summaryrefslogtreecommitdiff
path: root/apps/system/composite
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-07 07:15:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-07 07:15:59 -0600
commite84faa17ebb87c6a2002c99193c5214a11cdf07e (patch)
treee477db86ffdcae24816d21c34b634a6ae7d9a6e2 /apps/system/composite
parent0c14d130807e506918b2f8d6279113a086638236 (diff)
downloadnuttx-e84faa17ebb87c6a2002c99193c5214a11cdf07e.tar.gz
nuttx-e84faa17ebb87c6a2002c99193c5214a11cdf07e.tar.bz2
nuttx-e84faa17ebb87c6a2002c99193c5214a11cdf07e.zip
Add an nm command after every kernel build link to show if there are any undefined symbols
Diffstat (limited to 'apps/system/composite')
-rw-r--r--apps/system/composite/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/system/composite/Makefile b/apps/system/composite/Makefile
index f3c2ae7e5..ca2853487 100644
--- a/apps/system/composite/Makefile
+++ b/apps/system/composite/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)