summaryrefslogtreecommitdiff
path: root/apps/system/hex2bin/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-16 15:43:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-16 15:43:23 -0600
commit2d4eb806259e4c25892ee0a9f882654d49a5cec6 (patch)
tree0cb4eead31837bb0dc42a4428f817e52d0ac8bb9 /apps/system/hex2bin/Makefile
parent656b350aa0222f1555978837532e537f6dd4f14c (diff)
downloadpx4-nuttx-2d4eb806259e4c25892ee0a9f882654d49a5cec6.tar.gz
px4-nuttx-2d4eb806259e4c25892ee0a9f882654d49a5cec6.tar.bz2
px4-nuttx-2d4eb806259e4c25892ee0a9f882654d49a5cec6.zip
hex2bin: Add alternative interface layers to illustrate how to load programs
Diffstat (limited to 'apps/system/hex2bin/Makefile')
-rw-r--r--apps/system/hex2bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/hex2bin/Makefile b/apps/system/hex2bin/Makefile
index 819cdd934..f7a710a74 100644
--- a/apps/system/hex2bin/Makefile
+++ b/apps/system/hex2bin/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# I2C tool
ASRCS =
-CSRCS = hex2bin.c
+CSRCS = hex2bin.c hex2mem.c fhex2mem.c
ifeq ($(CONFIG_SYSTEM_HEX2BIN_BUILTIN),y)
CSRCS += hex2bin_main.c