summaryrefslogtreecommitdiff
path: root/apps/examples/ftpd
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ftpd')
-rw-r--r--apps/examples/ftpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/ftpd/Makefile b/apps/examples/ftpd/Makefile
index 4e3d4da9a..40f338b97 100644
--- a/apps/examples/ftpd/Makefile
+++ b/apps/examples/ftpd/Makefile
@@ -95,6 +95,7 @@ ifeq ($(CONFIG_BUILD_KERNEL),y)
$(BIN_DIR)$(DELIM)$(PROGNAME): $(OBJS) $(MAINOBJ)
@echo "LD: $(PROGNAME)"
$(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $(INSTALL_DIR)$(DELIM)$(PROGNAME) $(ARCHCRT0OBJ) $(MAINOBJ) $(LDLIBS)
+ $(Q) $(NM) -u $(INSTALL_DIR)$(DELIM)$(PROGNAME)
install: $(BIN_DIR)$(DELIM)$(PROGNAME)