diff options
Diffstat (limited to 'kjarna_runtime/Makefile')
| -rw-r--r-- | kjarna_runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjarna_runtime/Makefile b/kjarna_runtime/Makefile index 568beba..855f479 100644 --- a/kjarna_runtime/Makefile +++ b/kjarna_runtime/Makefile @@ -15,7 +15,7 @@ CFLAGS += -fPIC -fvisibility=hidden -mgeneral-regs-only LDSCRIPT := kc.ld -CRT_OBJS := start_x86_64.o reloc_x86_64.o dynamic_x86_64.o elf64.o +CRT_OBJS := start_x86_64.o dynamic_x86_64.o elf64.o LIB_OBJS := memcmp.o memcpy.o memmove.o memset.o string.o APP_OBJS := kc_main.o |
