summaryrefslogtreecommitdiffhomepage
path: root/Private/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-26 22:49:10 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-26 22:49:10 +0100
commit44a081a4442181b208c09c6f748124c9d23b61fd (patch)
treed0f161eb8d3ea5997895db37381c7ea853eae2d1 /Private/makefile
parenteba8b7ddd0a455d9e49f32dcae712c5612c0093c (diff)
Kernel: Adding NewFS I/O support, Fix SMPManager and new Kits in /Public/.
New dependency: zlib. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/makefile')
-rw-r--r--Private/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/makefile b/Private/makefile
index 558811a2..aa0631b1 100644
--- a/Private/makefile
+++ b/Private/makefile
@@ -1,6 +1,6 @@
CC = x86_64-elf-gcc
LD = x86_64-elf-ld
-CCFLAGS = -c -ffreestanding -fno-rtti -fno-exceptions -std=c++20 -D__HAVE_HCORE_APIS__ -D__hCore__ -I./ -I$(HOME)/
+CCFLAGS = -c -ffreestanding -fno-rtti -fno-exceptions -std=c++20 -D__HAVE_HCORE_APIS__ -D__hCore__ -I../ -I./ -I$(HOME)/
ASM = nasm
ASMFLAGS = -f elf64