From 565fdd2d41496fe3c9325f7e0d09846a20bd603c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 17 Oct 2009 15:53:54 +0000 Subject: Remove "blacklist". --- aclocal/check-bsps.m4 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'aclocal') diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4 index c61121cf83..27a4c41ea4 100644 --- a/aclocal/check-bsps.m4 +++ b/aclocal/check-bsps.m4 @@ -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"], -- cgit v1.2.3