Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9cf5d8e authored by Grant Likely's avatar Grant Likely Committed by Paul Mackerras
Browse files

[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: default avatarGrant Likely <grant.likely@secretlab.ca>
Acked-by: default avatarSylvain Munaut <tnt@246tNt.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent d4150248
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ ifeq ($(CONFIG_PPC64),y)
obj-$(CONFIG_PPC_PMAC)		+= powermac/
endif
endif
obj-$(CONFIG_PPC_EFIKA)		+= efika/
obj-$(CONFIG_PPC_CHRP)		+= chrp/
obj-$(CONFIG_4xx)		+= 4xx/
obj-$(CONFIG_PPC_MPC52xx)	+= 52xx/
Loading