summaryrefslogtreecommitdiff
path: root/service/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'service/Makefile')
-rw-r--r--service/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/Makefile b/service/Makefile
index 0917b8c..09ff0be 100644
--- a/service/Makefile
+++ b/service/Makefile
@@ -17,7 +17,7 @@ LDSCRIPT := kjarna.ld
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
+ printf.o heap.o
APP_OBJS := main.o
OBJS := $(CRT_OBJS) $(LIB_OBJS) $(APP_OBJS)