aboutsummaryrefslogtreecommitdiff
path: root/drivers/makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-12 17:55:31 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-12 17:55:31 +0200
commit46a5f1ee4db70a037af5038deaa1d64ad0f7862c (patch)
tree0250b88f2eb69a7a0987a78d23a06e2125df74a2 /drivers/makefile
parentAdd comments to explain CGA ports better (diff)
downloadkernel.cpp-46a5f1ee4db70a037af5038deaa1d64ad0f7862c.tar.xz
Add serial0 console output
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 b76f7c5..0d9071a 100644
--- a/drivers/makefile
+++ b/drivers/makefile
@@ -1 +1,2 @@
-CXX_OBJ += drivers/cga.o
+CXX_OBJ += drivers/cga.o \
+ drivers/serial.o