summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2007-12-28 17:07:24 +0100
committerStefan Roese <sr@denx.de>2007-12-28 17:22:20 +0100
commit8ba132cab18ae438b6dd5b0214c28a8fc0d976e5 (patch)
treedb9570b822ce7d72b5d39ce7779c2e7d176304f0 /Makefile
parent407843a582560fc5231299561ab3c2b6b6cd3397 (diff)
ppc4xx: Complete PMC440 board support
This patch brings the PMC440 board configuration file. Finally it enables the PMC440 board support. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 87d0a77ae..34e9f9d70 100644
--- a/Makefile
+++ b/Makefile
@@ -1286,6 +1286,9 @@ PLU405_config: unconfig
PMC405_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx pmc405 esd
+PMC440_config: unconfig
+ @$(MKCONFIG) $(@:_config=) ppc ppc4xx pmc440 esd
+
PPChameleonEVB_config \
PPChameleonEVB_BA_25_config \
PPChameleonEVB_ME_25_config \