aboutsummaryrefslogtreecommitdiff
path: root/toolchain.makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-11 16:17:53 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-11 21:33:21 +0200
commit9a299f2fe91554a1b9d9db402391ae757c591ef8 (patch)
tree2ec839c869316804954e6b09220140346874aa8d /toolchain.makefile
parentGenerate target dependency files (diff)
downloadkernel.cpp-9a299f2fe91554a1b9d9db402391ae757c591ef8.tar.xz
Add comments to explain CGA ports better
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 fe916e4..9dc5b17 100644
--- a/toolchain.makefile
+++ b/toolchain.makefile
@@ -15,7 +15,7 @@ CXX_FLAGS := -std=c++20 -ffreestanding -nostdlib -nostdinc -nostdinc++ \
-Wnon-virtual-dtor \
-Wold-style-cast -Wconversion \
-Wconsumed
-CXX_INCLUDE := $(CURDIR)/libk
+CXX_INCLUDE := $(CURDIR)/libk $(CURDIR)/drivers
CXX_SYSTEM_INCLUDE := $(CURDIR)/grub
#