feat(isr): add isr files to Makefile
This commit is contained in:
parent
3587364471
commit
2b3d6372cf
@ -32,7 +32,8 @@ OBJS = \
|
||||
memory.o \
|
||||
serial.o \
|
||||
gdt.o \
|
||||
idt.o
|
||||
idt.o \
|
||||
isr.o
|
||||
|
||||
|
||||
DEPS = $(OBJS:.o=.d)
|
||||
|
1
k/idt.c
1
k/idt.c
@ -1,4 +1,5 @@
|
||||
#include "idt.h"
|
||||
#include "isr.h"
|
||||
|
||||
static struct idt idt = { 0 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user