2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Add tools to SUBDIRS.
	* configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
This commit is contained in:
Ralf Corsepius
2003-08-21 12:56:20 +00:00
parent bb2e24b1f8
commit df39b08912
3 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add tools to SUBDIRS.
* configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved aclocal/. * Makefile.am: Reflect having moved aclocal/.

View File

@@ -6,7 +6,8 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
## wrapup is the one that actually builds and installs the library ## wrapup is the one that actually builds and installs the library
## from the individual .rel files built in other directories ## from the individual .rel files built in other directories
SUBDIRS = include start startup console clock timer wrapup SUBDIRS = include start startup console clock timer wrapup
SUBDIRS += tools
# FIXME: This directory is missing # FIXME: This directory is missing
# ramdisk # ramdisk

View File

@@ -14,6 +14,7 @@ RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
## bsp-specific options ## bsp-specific options
CPU_CLOCK_RATE_HZ=${CPU_CLOCK_RATE_HZ-10000000} CPU_CLOCK_RATE_HZ=${CPU_CLOCK_RATE_HZ-10000000}