diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-10-07 14:05:47 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-10-14 00:55:18 -0500 |
commit | 95400415c7b3f3dd43034c6c860897ac397ebe1b (patch) | |
tree | 2307e3589b0b42773c33a2f18d1a2068064438c3 /arch/powerpc/platforms/85xx/Makefile | |
parent | 55fd766b5fad8240b7a6e994b5779a46d28f73d4 (diff) | |
download | kernel_samsung_smdk4412-95400415c7b3f3dd43034c6c860897ac397ebe1b.tar.gz kernel_samsung_smdk4412-95400415c7b3f3dd43034c6c860897ac397ebe1b.tar.bz2 kernel_samsung_smdk4412-95400415c7b3f3dd43034c6c860897ac397ebe1b.zip |
powerpc/fsl-booke: Add p5020 DS board support
The P5020DS is in the same family of boards as the P4080 DS and thus
shares the corenet_ds code.
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 c3ac0718928..dd70db77d63 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile @@ -13,6 +13,7 @@ obj-$(CONFIG_MPC85xx_RDB) += mpc85xx_rdb.o obj-$(CONFIG_P1022_DS) += p1022_ds.o obj-$(CONFIG_P3041_DS) += p3041_ds.o corenet_ds.o obj-$(CONFIG_P4080_DS) += p4080_ds.o corenet_ds.o +obj-$(CONFIG_P5020_DS) += p5020_ds.o corenet_ds.o obj-$(CONFIG_STX_GP3) += stx_gp3.o obj-$(CONFIG_TQM85xx) += tqm85xx.o obj-$(CONFIG_SBC8560) += sbc8560.o |