aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/4xx/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-02-12 11:29:04 +0100
committerPaul Mackerras <paulus@samba.org>2007-02-13 15:35:52 +1100
commitab9367e38fa97c2ed7f72fd5fa29d0d70d58df89 (patch)
tree5d6d4fe9545100b867533631572f10e6bd602d78 /arch/ppc/platforms/4xx/Makefile
parent[POWERPC] Fix vDSO page count calculation (diff)
downloadlinux-dev-ab9367e38fa97c2ed7f72fd5fa29d0d70d58df89.tar.xz
linux-dev-ab9367e38fa97c2ed7f72fd5fa29d0d70d58df89.zip
[POWERPC] ppc: Add support for AMCC Taishan 440GX eval board
This patch adds support for the AMCC Taishan PPC440GX evaluation board. This is still an arch/ppc port. I'm aware that the move of 4xx to arch/powerpc is making good progress right now. So this patch is mainly intended to make the Taishan support available for the community right now. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/ppc/platforms/4xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/platforms/4xx/Makefile b/arch/ppc/platforms/4xx/Makefile
index a04a0d0a0f5c..fa6610bccaf9 100644
--- a/arch/ppc/platforms/4xx/Makefile
+++ b/arch/ppc/platforms/4xx/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_OCOTEA) += ocotea.o
obj-$(CONFIG_REDWOOD_5) += redwood5.o
obj-$(CONFIG_REDWOOD_6) += redwood6.o
obj-$(CONFIG_SYCAMORE) += sycamore.o
+obj-$(CONFIG_TAISHAN) += taishan.o
obj-$(CONFIG_WALNUT) += walnut.o
obj-$(CONFIG_XILINX_ML300) += xilinx_ml300.o
obj-$(CONFIG_XILINX_ML403) += xilinx_ml403.o