Files
rtems/tools/build/Makefile.am
Sebastian Huber 31f0eb9e9e tools: Remove unhex
This program has no license information and is unused in the RTEMS
build.  Users of HEX files should consider to use ELF instead.  Remove
it.

Close #3378.
2018-06-15 07:14:36 +02:00

14 lines
242 B
Makefile

ACLOCAL_AMFLAGS = -I ../../aclocal
bin_PROGRAMS = packhex
packhex_SOURCES = packhex.c
bin_SCRIPTS = install-if-change
noinst_SCRIPTS = multigen cvsignore-add.sh
noinst_SCRIPTS += doxy-filter
include $(top_srcdir)/../../automake/host.am