summaryrefslogtreecommitdiff
path: root/apps/system/hex2bin/Makefile
diff options
context:
space:
mode:
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