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.

Makefile.linux 257B

12345678910111213
  1. MEDIA = linux
  2. # enable valgrind
  3. CFLAGS += -UNVALGRIND
  4. INCDIRS += arch/x86/include/linux
  5. SRCDIRS += interface/linux
  6. SRCDIRS += drivers/linux
  7. SRCDIRS += arch/x86/core/linux
  8. $(BIN)/%.linux : $(BIN)/%.linux.tmp
  9. $(QM)$(ECHO) " [FINISH] $@"
  10. $(Q)$(CP) $< $@