aboutsummaryrefslogtreecommitdiff
path: root/toolchain.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 /toolchain.makefile
parentFix interrupts causing exception 0xd (diff)
downloadkernel.cpp-ae4265ea5d77b68757af39d73fe47df1a3563b42.tar.xz
Add keyboard driver
Diffstat (limited to 'toolchain.makefile')
-rw-r--r--toolchain.makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain.makefile b/toolchain.makefile
index ee9cc0e..7a64904 100644
--- a/toolchain.makefile
+++ b/toolchain.makefile
@@ -15,7 +15,7 @@ CXX_FLAGS := -std=c++20 \
-Werror=shadow-all \
-Wold-style-cast -Wconversion \
-Wconsumed
-CXX_INCLUDE := $(CURDIR)/libk $(CURDIR)/drivers
+CXX_INCLUDE := $(CURDIR)/libk $(CURDIR)/src $(CURDIR)/drivers
CXX_SYSTEM_INCLUDE := $(CURDIR)/grub
#