diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-11-02 09:34:31 +0200 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-11-02 09:34:31 +0200 |
commit | ccaf2737f82968816c5ec962f936a593686cfb72 (patch) | |
tree | 6aa87c45c05e147c56fc4f330780386a608c33c7 /devices/Makefile | |
parent | Enable interrupts after enabling the PIC (diff) | |
download | kernel-ccaf2737f82968816c5ec962f936a593686cfb72.tar.xz |
Add ps2_ctrl_8042
Diffstat (limited to 'devices/Makefile')
-rw-r--r-- | devices/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/Makefile b/devices/Makefile index 30935c5..4ee04ca 100644 --- a/devices/Makefile +++ b/devices/Makefile @@ -2,7 +2,7 @@ include ../Makefile.config CCFLAGS += -I. -I../${ARCH} -I../lib -devs,SRCS = pic_8259.c uart_16550.c vga.c ps2_keyboard.c +devs,SRCS = pic_8259.c uart_16550.c vga.c ps2_ctrl_8042.c pckbd.c mouse.c include ../rules.mk |