diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-04-19 10:48:34 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-04-21 10:19:09 -0500 |
commit | 87c448c2f2dd734910617274637e726c82d0af25 (patch) | |
tree | a578838517bbcc3a1f71ada0045b870cffb4ebf2 /arch/ppc/platforms/Makefile | |
parent | 546be91915a17e4faa9df91caa3ace0c92efa3ab (diff) |
[PPC] Remove mpc885ads and mpc86x ads boards from arch/ppc
We have a board port in arch/powerpc so we dont need this one anymore.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/ppc/platforms/Makefile')
-rw-r--r-- | arch/ppc/platforms/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc/platforms/Makefile b/arch/ppc/platforms/Makefile index ef74a7b00f4..6260231987c 100644 --- a/arch/ppc/platforms/Makefile +++ b/arch/ppc/platforms/Makefile @@ -23,5 +23,3 @@ obj-$(CONFIG_SBC82xx) += sbc82xx.o obj-$(CONFIG_SPRUCE) += spruce.o obj-$(CONFIG_LITE5200) += lite5200.o obj-$(CONFIG_EV64360) += ev64360.o -obj-$(CONFIG_MPC86XADS) += mpc866ads_setup.o -obj-$(CONFIG_MPC885ADS) += mpc885ads_setup.o |