From 2d4eb806259e4c25892ee0a9f882654d49a5cec6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 16 Jun 2014 15:43:23 -0600 Subject: hex2bin: Add alternative interface layers to illustrate how to load programs --- apps/system/hex2bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system/hex2bin/Makefile') 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 -- cgit v1.2.3