summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Makefile.linux
blob: e35b04f0e3b1439d1961cb5c5613c0e76985a4e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
MEDIA = linux

# enable valgrind
CFLAGS += -UNVALGRIND

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

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