diff options
author | Stefan Roese <sr@denx.de> | 2007-02-12 11:29:04 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-13 15:35:52 +1100 |
commit | ab9367e38fa97c2ed7f72fd5fa29d0d70d58df89 (patch) | |
tree | 5d6d4fe9545100b867533631572f10e6bd602d78 /arch/ppc/syslib | |
parent | 7ac9a13717c10c5ee074a6b23096c8d277fa5712 (diff) | |
download | op-kernel-dev-ab9367e38fa97c2ed7f72fd5fa29d0d70d58df89.zip op-kernel-dev-ab9367e38fa97c2ed7f72fd5fa29d0d70d58df89.tar.gz |
[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 'arch/ppc/syslib')
-rw-r--r-- | arch/ppc/syslib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/syslib/Makefile b/arch/ppc/syslib/Makefile index d84f0466..0991111 100644 --- a/arch/ppc/syslib/Makefile +++ b/arch/ppc/syslib/Makefile @@ -69,6 +69,7 @@ obj-$(CONFIG_SANDPOINT) += pci_auto.o todc_time.o obj-$(CONFIG_SBC82xx) += todc_time.o obj-$(CONFIG_SPRUCE) += cpc700_pic.o pci_auto.o \ todc_time.o +obj-$(CONFIG_TAISHAN) += pci_auto.o obj-$(CONFIG_8260) += m8260_setup.o pq2_devices.o pq2_sys.o \ ppc_sys.o obj-$(CONFIG_PCI_8260) += m82xx_pci.o pci_auto.o |