feat(isr): add isr wrappers in makefile

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2021-07-16 02:46:28 +02:00
parent 10896fe2e9
commit ed803673c4

View File

@ -32,7 +32,8 @@ OBJS = \
memory.o \
serial.o \
gdt.o \
idt.o
idt.o \
isr.o
DEPS = $(OBJS:.o=.d)