summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-09 07:50:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-09 07:50:05 +0000
commitf21ccd2c3c7f98489c5584aeb23e3c0f0f27b473 (patch)
tree6c7929c7b0b2c4f1e57281f92b7b9d7ac7579327 /c/src/Makefile.am
parent2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f21ccd2c3c7f98489c5584aeb23e3c0f0f27b473.tar.bz2
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache creation (Make the bare BSP happy). * configure.ac: Ditto.
Diffstat (limited to 'c/src/Makefile.am')
-rw-r--r--c/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index 98b075e424..a5c02fd27f 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -12,7 +12,7 @@ clean-local:
make/@RTEMS_BSP@.cache: make/bsp.mak @CUSTOM_CFG_FILES@
$(RM) make/@RTEMS_BSP@.cache
$(MAKE) -f ${srcdir}/make/bsp.mak \
- RTEMS_BSP=@RTEMS_BSP@ RTEMS_ROOT=. \
+ RTEMS_BSP=@RTEMS_BSP@ RTEMS_ROOT=. BARE_CPU_MODEL=${BARE_CPU_MODEL} \
make/@RTEMS_BSP@.cache
noinst_DATA = make/@RTEMS_BSP@.cache