aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'i686/Makefile')
-rw-r--r--i686/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/i686/Makefile b/i686/Makefile
index e77f1c6..d472ebe 100644
--- a/i686/Makefile
+++ b/i686/Makefile
@@ -1,12 +1,12 @@
include ../${ARCH}/toolchain.mk
-CCFLAGS += -I../grub/include
+CCFLAGS += -I../grub/include -I../lib
all: arch.a
arch,SRCS = boot.S init.s \
gdt.c lgdt.c \
- lidt.c
+ lidt.c isr.c
include ../rules.mk