summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Makefile.linux
blob: c3471dd7586bd1ba9a3a96b1b15382e4ba87ec38 (plain) (blame)
1
2
3
4
5
6
7
8
MEDIA = linux

INCDIRS += arch/x86/include/linux
SRCDIRS += arch/x86/core/linux

$(BIN)/%.linux : $(BIN)/%.linux.tmp
	$(QM)$(ECHO) "  [FINISH] $@"
	$(Q)cp -p $< $@