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

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

[POWERPC] Move MPC52xx PIC driver into arch/powerpc/platforms/52xx



No other chips use this device, it belongs in a 52xx-specific path.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarSylvain Munaut <tnt@246tNt.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent b1e253c4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
#
# Makefile for 52xx based boards
#
ifeq ($(CONFIG_PPC_MERGE),y)
obj-y				+= mpc52xx_pic.o
endif
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ endif
obj-$(CONFIG_PPC_EFIKA)		+= efika/
obj-$(CONFIG_PPC_CHRP)		+= chrp/
obj-$(CONFIG_4xx)		+= 4xx/
obj-$(CONFIG_PPC_MPC52xx)	+= 52xx/
obj-$(CONFIG_PPC_83xx)		+= 83xx/
obj-$(CONFIG_PPC_85xx)		+= 85xx/
obj-$(CONFIG_PPC_86xx)		+= 86xx/
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ obj-$(CONFIG_MTD) += rom.o
ifeq ($(CONFIG_PPC_MERGE),y)
obj-$(CONFIG_PPC_I8259)		+= i8259.o
obj-$(CONFIG_PPC_83xx)		+= ipic.o
obj-$(CONFIG_PPC_MPC52xx)	+= mpc52xx_pic.o
endif

# Temporary hack until we have migrated to asm-powerpc