]> git.buserror.net Git - polintos/scott/priv.git/blob - kernel/arch/x64/Makefile
Initial checkin from Perforce.
[polintos/scott/priv.git] / kernel / arch / x64 / Makefile
1 DIR := arch/x64/
2 DIRS += $(DIR)
3
4 RAW_ASFILES := entry
5 RAW_CXXFILES := descriptors misc multiboot mem thread
6
7 ASFILES += $(RAW_ASFILES:%=$(DIR)%)
8 CXXFILES += $(RAW_CXXFILES:%=$(DIR)%)
9
10 include arch/x86-common/Makefile