diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-24 23:53:03 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-27 14:10:37 -0600 |
commit | 0052bc5d5c3adc4ee4ba567470aebe775fcf2006 (patch) | |
tree | a8f1aa3b02da78a599f9db483f0caaed6a5cf70a /arch/powerpc/platforms/85xx/Makefile | |
parent | 77e03a2241fe9a15749b2b30196fc14637310959 (diff) | |
download | linux-0052bc5d5c3adc4ee4ba567470aebe775fcf2006.tar.gz linux-0052bc5d5c3adc4ee4ba567470aebe775fcf2006.tar.bz2 linux-0052bc5d5c3adc4ee4ba567470aebe775fcf2006.zip |
[POWERPC] 85xx: Port TQM85xx boards over from arch/ppc
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/85xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile index bf7d2e1c07e7..8c761d1671a1 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -7,3 +7,4 @@ obj-$(CONFIG_MPC85xx_CDS) += mpc85xx_cds.o obj-$(CONFIG_MPC85xx_DS) += mpc85xx_ds.o obj-$(CONFIG_MPC85xx_MDS) += mpc85xx_mds.o obj-$(CONFIG_STX_GP3) += stx_gp3.o +obj-$(CONFIG_TQM85xx) += tqm85xx.o |