summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-05-13 13:23:58 +0000
committerwdenk <wdenk>2004-05-13 13:23:58 +0000
commit10767ccb86e0413633e7d89fbbb354014288b036 (patch)
tree07ec7560b3ba704c726412ad7d79afbf100b0f07 /Makefile
parent02b11f8e096fde3fc891190c413014a63cdc37b3 (diff)
downloadbarebox-10767ccb86e0413633e7d89fbbb354014288b036.tar.gz
barebox-10767ccb86e0413633e7d89fbbb354014288b036.tar.xz
Add support for CATcenter board (based on PPChameleon ME module)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 57caddfbf4..8674eb80d3 100644
--- a/Makefile
+++ b/Makefile
@@ -548,6 +548,11 @@ BUBINGA405EP_config: unconfig
CANBT_config: unconfig
@./mkconfig $(@:_config=) ppc ppc4xx canbt esd
+CATcenter_config: unconfig
+ @ echo "/* CATcenter uses PPChameleon Model ME */" > include/config.h
+ @ echo "#define CONFIG_PPCHAMELEON_MODULE_MODEL 1" >> include/config.h
+ @./mkconfig -a $(call xtract_4xx,$@) ppc ppc4xx PPChameleonEVB dave
+
CPCI405_config \
CPCI4052_config \
CPCI405AB_config: unconfig