summaryrefslogtreecommitdiffstats
path: root/aclocal/check-bsps.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-14 15:42:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-14 15:42:28 +0000
commita512ed213f9feff0c6ae327c306cb551c7ee5e10 (patch)
treecd79345ede790131b12dca84826d38c5d10107a9 /aclocal/check-bsps.m4
parent2009-09-14 Sebastian Huber <Sebastian.Huber@embedded-brains.de> (diff)
downloadrtems-a512ed213f9feff0c6ae327c306cb551c7ee5e10.tar.bz2
2009-09-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/check-bsps.m4: Add csb337 bsp family.
Diffstat (limited to '')
-rw-r--r--aclocal/check-bsps.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 925609d19c..c87f3be77b 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -16,6 +16,7 @@ AC_MSG_CHECKING([for available BSPs])
-e "s,/bsp_specs$,,"`
case $bsp_family in
# Now account for BSPs with build variants
+ csb337) bsps="csb337 csb637";;
c4xsim) bsps="c4xsim c3xsim";;
gen68360) bsps="gen68360 gen68360_040 pgh360";;
tqm8xx) bsps="pghplus tqm8xx_stk8xx";;