aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'i686/Makefile')
-rw-r--r--i686/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/i686/Makefile b/i686/Makefile
deleted file mode 100644
index ba780a9..0000000
--- a/i686/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-include ../Makefile.config
-
-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
-
-include ../rules.mk
-