From d273d78ae6b9956adea8addb131f05bb4222238d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 7 Jan 2000 20:51:56 +0000 Subject: Renaming mcp750 to motorola_shared since that is the basis for both the mvme2307 and mcp750 BSPs. In addition, it can support many Motorola PowerPC based VME and PCI boards. --- aclocal/bsp-alias.m4 | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'aclocal/bsp-alias.m4') diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4 index 595b0d852c..97006e308c 100644 --- a/aclocal/bsp-alias.m4 +++ b/aclocal/bsp-alias.m4 @@ -6,12 +6,14 @@ dnl RTEMS_BSP_ALIAS(BSP_ALIAS,BSP_RETURNED) dnl convert a bsp alias $1 into its bsp directory $2 AC_DEFUN(RTEMS_BSP_ALIAS, [ - # account for "aliased" bsps which share source code - case $1 in - mvme162lx) $2=mvme162 ;; # mvme162 board variant - gen68360_040) $2=gen68360 ;; # 68360 in companion mode - p4600) $2=p4000 ;; # p4000 board with IDT 4600 - p4650) $2=p4000 ;; # p4000 board with IDT 4650 - *) $2=$1;; - esac + # account for "aliased" bsps which share source code + case $1 in + mcp750) $2=motorola_powerpc ;; # Motorola PPC board variant + mvme2307) $2=motorola_powerpc ;; # Motorola PPC board variant + mvme162lx) $2=mvme162 ;; # m68k - mvme162 board variant + gen68360_040) $2=gen68360 ;; # m68k - 68360 in companion mode + p4600) $2=p4000 ;; # mips64orion - p4000 board w/IDT 4600 + p4650) $2=p4000 ;; # mips64orion - p4000 board w/IDT 4650 + *) $2=$1;; + esac ]) -- cgit v1.2.3