aboutsummaryrefslogtreecommitdiff
path: root/toolchain.makefile
diff options
context:
space:
mode:
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
#