diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2006-11-27 22:16:25 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 10:41:39 +0100 |
commit | b9cf5d8e2edc503977be090eff45ef81555dcb1d (patch) | |
tree | b9f00c0f4dca73bd29f012a12163c1b69aa6e55f /arch/powerpc/platforms/52xx/Makefile | |
parent | [POWERPC] Put mpc52xx support file in platforms/52xx (diff) | |
download | linux-b9cf5d8e2edc503977be090eff45ef81555dcb1d.tar.xz linux-b9cf5d8e2edc503977be090eff45ef81555dcb1d.zip |
[POWERPC] Move Efika support files into platforms/52xx
The Efika board isn't different enough from other 52xx based boards to
justify a separate platform. This patch merges it with the support
code for all other 52xx based boards.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/52xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/52xx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/52xx/Makefile b/arch/powerpc/platforms/52xx/Makefile index e1b02f1a1891..1c9c122123d8 100644 --- a/arch/powerpc/platforms/52xx/Makefile +++ b/arch/powerpc/platforms/52xx/Makefile @@ -4,3 +4,5 @@ ifeq ($(CONFIG_PPC_MERGE),y) obj-y += mpc52xx_pic.o endif + +obj-$(CONFIG_PPC_EFIKA) += efika-setup.o efika-pci.o |