diff options
Diffstat (limited to 'i686')
-rwxr-xr-x[-rw-r--r--] | i686/build.mk (renamed from i686/Makefile) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/i686/Makefile b/i686/build.mk index 3702bef..312e553 100644..100755 --- a/i686/Makefile +++ b/i686/build.mk @@ -1,4 +1,4 @@ -include ../Makefile.config +#!../mach INCLUDES := -isystem../grub ${ARCH}_CFLAGS += ${INCLUDES} @@ -14,5 +14,3 @@ test_gdt.SRCS = test_gdt.cc TESTS += test_gdt -include ../rules.mk - |