source: rtems/tools/build/Makefile.am @ e8b28ba

5
Last change on this file since e8b28ba was e8b28ba, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/18 at 04:37:39

tools: Remove packhex

All tools should be removed from the RTEMS source repository at some
point in time. Tools with a BSD-style license will be moved to the
RTEMS tools repository. Unfortunately, this tool has no license
information.

Remove all uses of this tool from the code base. Users of HEX files
should consider to use ELF instead.

Close #3379.

  • Property mode set to 100644
File size: 144 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../aclocal
2
3bin_SCRIPTS = install-if-change
4
5noinst_SCRIPTS = doxy-filter
6
7include $(top_srcdir)/../../automake/host.am
Note: See TracBrowser for help on using the repository browser.