aboutsummaryrefslogtreecommitdiff
path: root/drivers/makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-28 22:39:25 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-28 22:39:25 +0200
commitae4265ea5d77b68757af39d73fe47df1a3563b42 (patch)
tree7282e3d43c471b195bb5a4742ed911c7b7626dcb /drivers/makefile
parentFix interrupts causing exception 0xd (diff)
downloadkernel.cpp-ae4265ea5d77b68757af39d73fe47df1a3563b42.tar.xz
Add keyboard driver
Diffstat (limited to 'drivers/makefile')
-rw-r--r--drivers/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/makefile b/drivers/makefile
index ad255c4..2a1fa0c 100644
--- a/drivers/makefile
+++ b/drivers/makefile
@@ -1,5 +1,6 @@
CXX_OBJ += drivers/cga.o \
- drivers/serial.o
+ drivers/serial.o \
+ drivers/keyboard.o
HWH := drivers/hardware.h
autogen := $(autogen) $(HWH)