diff options
author | Kumar Gala <galak@gate.crashing.org> | 2005-12-09 18:57:44 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-09 04:53:08 +0100 |
commit | a819f8ba76e81669fcc2665ac532cac650694b99 (patch) | |
tree | 3d87323f4f8187175b20f8e8966d3c8447161336 /arch/ppc/platforms/85xx/Makefile | |
parent | [PATCH] cell: add platform detection code (diff) | |
download | linux-a819f8ba76e81669fcc2665ac532cac650694b99.tar.xz linux-a819f8ba76e81669fcc2665ac532cac650694b99.zip |
[PATCH] ppc32: Add TQM85xx (8540/8541/8555/8560) board support
This patch adds support for the TQ Components TQM85xx modules. Currently the
modules TQM8540/8541/8555/8560 are supported.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/platforms/85xx/Makefile')
-rw-r--r-- | arch/ppc/platforms/85xx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ppc/platforms/85xx/Makefile b/arch/ppc/platforms/85xx/Makefile index efdf813108f2..6c4753c144d3 100644 --- a/arch/ppc/platforms/85xx/Makefile +++ b/arch/ppc/platforms/85xx/Makefile @@ -7,3 +7,7 @@ obj-$(CONFIG_MPC8555_CDS) += mpc85xx_cds_common.o obj-$(CONFIG_MPC8560_ADS) += mpc85xx_ads_common.o mpc8560_ads.o obj-$(CONFIG_SBC8560) += sbc85xx.o sbc8560.o obj-$(CONFIG_STX_GP3) += stx_gp3.o +obj-$(CONFIG_TQM8540) += tqm85xx.o +obj-$(CONFIG_TQM8541) += tqm85xx.o +obj-$(CONFIG_TQM8555) += tqm85xx.o +obj-$(CONFIG_TQM8560) += tqm85xx.o |