diff options
| author | Ada Christine <adachristine18@gmail.com> | 2024-02-24 00:16:09 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2024-02-24 00:16:09 +0000 |
| commit | a8a62bdba61177342ae38274c8196bc7a7c46fa0 (patch) | |
| tree | 7147b2807cdc96716dde96c0807693ddd366ebb9 /kjarna_runtime/Makefile | |
| parent | aec58be40927ec0b2a0e6742396f880d52ce38b5 (diff) | |
kjarna runtime
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 |
