From a10aabfcd52f702057316018cd7847ab2bfe4aa1 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Tue, 26 May 2026 21:32:27 +0000 Subject: we're bringing kjarna back and not doing the crazy stuff with trying to have task management during efi. that was a bit extra. --- service/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/Makefile') diff --git a/service/Makefile b/service/Makefile index b78cac3..e9c74d5 100644 --- a/service/Makefile +++ b/service/Makefile @@ -4,12 +4,12 @@ LDFLAGS += -z max-page-size=4096 --export-dynamic -pic \ -z separate-code -pie -Bsymbolic -shared \ -z noexecstack -g -VPATH := ../lib arch/x86_64/ lib +VPATH := ../lib ../lib/libc arch/x86_64/ lib TARGET := kjarna.os .DEFAULT: $(TARGET) -CPPFLAGS += -I../api/posix -I../api/libc -I../api -I. +CPPFLAGS += -I../api/posix -I../lib/api -I../api -I. CFLAGS += -fPIC -fvisibility=hidden -mgeneral-regs-only -- cgit v1.3.1-1-g115d