diff --git a/k/Makefile b/k/Makefile index 4ed6e32..388d54c 100644 --- a/k/Makefile +++ b/k/Makefile @@ -32,7 +32,8 @@ OBJS = \ memory.o \ serial.o \ gdt.o \ - idt.o + idt.o \ + isr.o DEPS = $(OBJS:.o=.d)