summaryrefslogtreecommitdiff
path: root/apps/examples/tiff
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/examples/tiff
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/examples/tiff')
-rw-r--r--apps/examples/tiff/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/tiff/Makefile b/apps/examples/tiff/Makefile
index 3469e9b89..2194450e2 100644
--- a/apps/examples/tiff/Makefile
+++ b/apps/examples/tiff/Makefile
@@ -100,6 +100,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)