summaryrefslogtreecommitdiff
path: root/apps/builtin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/builtin/Makefile')
-rw-r--r--apps/builtin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/builtin/Makefile b/apps/builtin/Makefile
index d77054f41..f89532871 100644
--- a/apps/builtin/Makefile
+++ b/apps/builtin/Makefile
@@ -39,7 +39,7 @@ include $(APPDIR)/Make.defs
# Source and object files
ASRCS =
-CSRCS = builtin.c exec_builtin.c
+CSRCS = builtin.c builtin_list.c exec_builtin.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))