From 549826eaa05d627e4267012f74e4980bfac5526b Mon Sep 17 00:00:00 2001 From: stroese Date: Fri, 23 May 2003 11:41:44 +0000 Subject: - ASH405 board added (PPC405EP based). - BUBINGA405EP added (PPC405EP based). - CPCI405AB added (PPC405GP based). - PMC405 added (PPC405GP based). --- Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6ad82562e3..3e66bf0b2a 100644 --- a/Makefile +++ b/Makefile @@ -403,11 +403,18 @@ ADCIOP_config: unconfig AR405_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx ar405 esd +ASH405_config: unconfig + @./mkconfig $(@:_config=) ppc ppc4xx ash405 esd + +BUBINGA405EP_config:unconfig + @./mkconfig $(@:_config=) ppc ppc4xx bubinga405ep + CANBT_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx canbt esd -CPCI405_config \ -CPCI4052_config: unconfig +CPCI405_config \ +CPCI4052_config \ +CPCI405AB_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx cpci405 esd @echo "BOARD_REVISION = $(@:_config=)" >>include/config.mk @@ -448,6 +455,9 @@ PCI405_config: unconfig PIP405_config:unconfig @./mkconfig $(@:_config=) ppc ppc4xx pip405 mpl +PMC405_config: unconfig + @./mkconfig $(@:_config=) ppc ppc4xx pmc405 esd + W7OLMC_config \ W7OLMG_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx w7o -- cgit v1.2.1