You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718
  1. ARCH:=e1
  2. MAKEDEPS:=
  3. include arch/$(ARCH)/Config
  4. include Config
  5. CC= e1-coff-gcc
  6. AS= e1-coff-as
  7. LD= e1-coff-ld
  8. SIZE= e1-coff-size
  9. AR= e1-coff-ar
  10. RANLIB= e1-coff-ranlib
  11. OBJCOPY=e1-coff-objcopy
  12. MAKEDEPS+=Makefile-e1
  13. BIN=bin-e1
  14. include Makefile.main