From c55c201952cdeb9285e519869f0c0939c3a5be9c Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sun, 24 May 2026 11:37:59 +0000 Subject: arch file to cpu --- kc/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kc/core/Makefile') diff --git a/kc/core/Makefile b/kc/core/Makefile index 9791762..730eba7 100644 --- a/kc/core/Makefile +++ b/kc/core/Makefile @@ -6,7 +6,7 @@ VPATH := ../../lib ../../lib/libc ../ cpu/ memory/ TARGET := kernel.os .DEFAULT: $(TARGET) -CPPFLAGS += -I../../api -I../api -I../../lib/api -I. +CPPFLAGS += -I../../api -I../api -I../../lib/api -I. -Icpu/ CFLAGS += -mcmodel=small -Wno-unused-const-variable -Wno-unused-function -fvisibility=hidden -g AOBJS := entry_x86_64.o reloc_x86_64.o dynamic_x86_64.o -- cgit v1.3.1-1-g115d