Remove "blacklist".

This commit is contained in:
Ralf Corsepius
2009-10-17 15:53:54 +00:00
parent eba5dc6b44
commit 565fdd2d41

View File

@@ -18,16 +18,7 @@ AC_MSG_CHECKING([for available BSPs])
bsp_cfg=`echo "$bsp_cfgs" | sed \
-e "s,^$srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/$bsp_family/make/custom/,," \
-e "s,\.cfg$,,"`
case $bsp_cfg in
# blacklisted bsps
tqm8xx);; # powerpc
genmcf548x);; # m68k
mbx8xx);; # powerpc
gen5200);; # powerpc
gen83xx);; # powerpc
lpc24xx);; # arm
*) $1="[$]$1 $bsp_cfg";;
esac
$1="[$]$1 $bsp_cfg"
done
done
AS_IF([test -z "[$]$1"],