From 912a4c7169e171a40b52d88c0ac82445855b979b Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sat, 6 Apr 2024 15:37:04 +0000 Subject: more abstract build --- service/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'service/Makefile') diff --git a/service/Makefile b/service/Makefile index d6e762d..1a4e400 100644 --- a/service/Makefile +++ b/service/Makefile @@ -4,7 +4,7 @@ LDFLAGS += -z max-page-size=4096 --export-dynamic -pic \ -z separate-code -pie -Bsymbolic -shared \ -z noexecstack -g -VPATH := ../lib +VPATH := ../lib arch/x86_64/ TARGET := kjarna.os .DEFAULT: $(TARGET) @@ -15,7 +15,7 @@ CFLAGS += -fPIC -fvisibility=hidden -mgeneral-regs-only LDSCRIPT := kc.ld -CRT_OBJS := start_x86_64.o dynamic_x86_64.o elf64.o kjarna.o +CRT_OBJS := start.o rtld_link.o dynamic.o elf64.o kjarna.o LIB_OBJS := memcmp.o memcpy.o memmove.o memset.o string.o stdio.o \ printf.o APP_OBJS := main.o -- cgit v1.3.1-1-g115d