forked from Imagelibrary/rtems
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:
@@ -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/.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user