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 \
|
memory.o \
|
||||||
serial.o \
|
serial.o \
|
||||||
gdt.o \
|
gdt.o \
|
||||||
idt.o
|
idt.o \
|
||||||
|
isr.o
|
||||||
|
|
||||||
|
|
||||||
DEPS = $(OBJS:.o=.d)
|
DEPS = $(OBJS:.o=.d)
|
||||||
|
Loading…
Reference in New Issue
Block a user