diff options
author | Vitaly Bordug <vbordug@ru.mvista.com> | 2006-01-20 22:22:36 +0300 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-02-07 22:36:33 +1100 |
commit | 42dc75c4b97922d3d7707ac0b097fbeeca20b108 (patch) | |
tree | 9b643a303ef555057def71b588a556da4c7942ff /arch/ppc/platforms/Makefile | |
parent | b92891751600a1677c2b7f611f8b1e58d53388dc (diff) |
[PATCH] ppc32: MPC885ADS, MPC866ADS and MPC8272ADS-specific platform stuff for fs_enet
Added proper ppc_sys identification and fs_platform_info's for MPC 885ADS,
866ADS and 8272ADS, utilizing function assignment to remove/do not use
platform devices which conflict with PD-incompatible drivers.
Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/platforms/Makefile')
-rw-r--r-- | arch/ppc/platforms/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ppc/platforms/Makefile b/arch/ppc/platforms/Makefile index 51430e294b3..e8b91a33ce9 100644 --- a/arch/ppc/platforms/Makefile +++ b/arch/ppc/platforms/Makefile @@ -37,6 +37,9 @@ 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 +obj-$(CONFIG_ADS8272) += mpc8272ads_setup.o ifeq ($(CONFIG_SMP),y) obj-$(CONFIG_PPC_CHRP) += chrp_smp.o |