summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/zmodem/Makefile')
-rw-r--r--apps/system/zmodem/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/system/zmodem/Makefile b/apps/system/zmodem/Makefile
index 2d64bfb0e..c2e326162 100644
--- a/apps/system/zmodem/Makefile
+++ b/apps/system/zmodem/Makefile
@@ -104,6 +104,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)