diff options
Diffstat (limited to 'i686/mk')
-rwxr-xr-x | i686/mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/i686/mk b/i686/mk deleted file mode 100755 index 312e553..0000000 --- a/i686/mk +++ /dev/null @@ -1,16 +0,0 @@ -#!../mach - -INCLUDES := -isystem../grub -${ARCH}_CFLAGS += ${INCLUDES} -${ARCH}_CXXFLAGS += ${INCLUDES} - -TARGETLIB += arch -arch.SRCS = boot.s init.s \ - gdt.c lgdt.c \ - lidt.c isr.c - -HOSTTARGETBIN += test_gdt -test_gdt.SRCS = test_gdt.cc - -TESTS += test_gdt - |