summaryrefslogtreecommitdiff
path: root/apps/examples/discover/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/discover/Makefile')
-rw-r--r--apps/examples/discover/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/discover/Makefile b/apps/examples/discover/Makefile
index 1224232fa..a5eef48ff 100644
--- a/apps/examples/discover/Makefile
+++ b/apps/examples/discover/Makefile
@@ -101,6 +101,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)