From 472bb4190377fb9c3107aebc146004a1a86a7d80 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Sep 2007 13:30:55 +0000 Subject: 2007-09-04 Joel Sherrill * Makefile.am: Add bin2c so we can have a more reliable way to convert binary files to objects. If they are in C, we can use the correct CPU CFLAGS and they will link easier. --- tools/build/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/build/Makefile.am') diff --git a/tools/build/Makefile.am b/tools/build/Makefile.am index 8f62d33302..571066850d 100644 --- a/tools/build/Makefile.am +++ b/tools/build/Makefile.am @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I ../../aclocal -bin_PROGRAMS = cklength eolstrip packhex unhex +bin_PROGRAMS = cklength eolstrip packhex unhex bin2c noinst_PROGRAMS = binpatch @@ -13,6 +13,7 @@ eolstrip_SOURCES = eolstrip.c packhex_SOURCES = packhex.c unhex_SOURCES = unhex.c binpatch_SOURCES = binpatch.c +bin2c_SOURCES = bin2c.c bin_SCRIPTS = install-if-change -- cgit v1.2.3