source: rtems/testsuites/aclocal/project-root.m4 @ ea092ccc

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

tools: Remove rtems-bin2c

This tool is now included in the RTEMS tools repository.

Close #3380.

  • Property mode set to 100644
File size: 167 bytes
Line 
1AC_DEFUN([RTEMS_PROJECT_ROOT],
2[dnl
3AC_REQUIRE([RTEMS_TOP])
4
5PACKHEX="\$(PROJECT_TOPdir)/tools/build/packhex"
6AC_SUBST(PACKHEX)
7
8BIN2C=rtems-bin2c
9AC_SUBST(BIN2C)
10])
11
Note: See TracBrowser for help on using the repository browser.