summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e41ef1a..7d3a97a 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,12 @@ OBJS = \
$K/graphics.o \
$K/multiboot2.o \
$K/debug.o \
+ $K/idt.o \
+ $K/irq.o \
+ $K/irq_stub.o \
+ $K/io.o \
+ $K/pic.o \
+ $K/keyboard.o \
kernel.iso: kernel.bin $K/grub.cfg
mkdir -p isodir/boot/grub