summaryrefslogtreecommitdiff
path: root/apps/examples/mtdpart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/mtdpart/Makefile')
-rwxr-xr-xapps/examples/mtdpart/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/mtdpart/Makefile b/apps/examples/mtdpart/Makefile
index 6326d49f1..2acea02db 100755
--- a/apps/examples/mtdpart/Makefile
+++ b/apps/examples/mtdpart/Makefile
@@ -94,6 +94,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)