]> git.buserror.net Git - polintos/scott/priv.git/blob - kernel/arch/x86/Makefile
Move stdio defs to stdio.h, and fix an x86 makefile bug.
[polintos/scott/priv.git] / kernel / arch / x86 / Makefile
1 DIR := arch/x86/
2 DIRS += $(DIR)
3
4 CXXFLAGS += -fno-omit-frame-pointer -march=i686
5
6 RAW_ASFILES := entry
7 RAW_CXXFILES := descriptors misc multiboot mem thread
8
9 ASFILES += $(RAW_ASFILES:%=$(DIR)%)
10 CXXFILES += $(RAW_CXXFILES:%=$(DIR)%)
11
12 include arch/x86-common/Makefile