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 216B

12345678910
  1. MEDIA = linux
  2. INCDIRS += arch/x86/include/linux
  3. SRCDIRS += interface/linux
  4. SRCDIRS += drivers/linux
  5. SRCDIRS += arch/x86/core/linux
  6. $(BIN)/%.linux : $(BIN)/%.linux.tmp
  7. $(QM)$(ECHO) " [FINISH] $@"
  8. $(Q)cp -p $< $@