summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 05:27:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-21 05:27:11 +0000
commitba5437d7372f9e743e203c33519584c97f28b47f (patch)
tree424cab92d032142acda3016ffe9890bd3977cd7c /c
parent2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ba5437d7372f9e743e203c33519584c97f28b47f.tar.bz2
Remove BARE_CPU_MODEL.
Diffstat (limited to 'c')
-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 05b1898d78..dd737af4a2 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -13,7 +13,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=.' 'BARE_CPU_MODEL=${BARE_CPU_MODEL}' \
+ 'RTEMS_BSP=@RTEMS_BSP@' 'RTEMS_ROOT=.' \
make/@RTEMS_BSP@.cache
noinst_DATA = make/@RTEMS_BSP@.cache