summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-08-05 03:14:51 +0200
committerAleksa Vuckovic <aleksav013@gmail.com>2022-08-05 03:14:51 +0200
commitbe3274c49d0ca5e31daa855c4c109d830fdead67 (patch)
tree7f097287c7917b5bf662c5d2322a437a15f2a2da /Makefile
parentf622bf0d79a7460cb160207bcd75f257deb872ea (diff)
interrupts
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