feat(pic): add pic to Makefile

This commit is contained in:
Malo Lecomte 2021-07-15 16:52:40 +02:00
parent 5ed0955ce5
commit ff0f7f79bd

View File

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