summaryrefslogtreecommitdiff
path: root/service/Makefile
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2026-05-26 21:32:27 +0000
committerAda Christine <adachristine18@gmail.com>2026-05-26 21:32:27 +0000
commita10aabfcd52f702057316018cd7847ab2bfe4aa1 (patch)
treecc4652d2b602798934e8a48b4939cfb20eda1989 /service/Makefile
parent90c29fdde317c39384011a6ba97077c138f13ad6 (diff)
we're bringing kjarna back and not doing the crazy stuff with trying to have task management during efi. that was a bit extra.kjarna
Diffstat (limited to 'service/Makefile')
-rw-r--r--service/Makefile4
1 files changed, 2 insertions, 2 deletions
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