From 9a299f2fe91554a1b9d9db402391ae757c591ef8 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 11 Feb 2021 16:17:53 +0200 Subject: Add comments to explain CGA ports better --- toolchain.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain.makefile') 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 # -- cgit v1.2.1