feat(isr): add isr wrappers in makefile
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
10896fe2e9
commit
ed803673c4
@ -32,7 +32,8 @@ OBJS = \
|
||||
memory.o \
|
||||
serial.o \
|
||||
gdt.o \
|
||||
idt.o
|
||||
idt.o \
|
||||
isr.o
|
||||
|
||||
|
||||
DEPS = $(OBJS:.o=.d)
|
||||
|
Loading…
Reference in New Issue
Block a user