Commit bfa9a2eb authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/4xx: Create 4xx pseudo-platform in platforms/4xx



We have a lot of code in sysdev for supporting 4xx, ie. either 40x or
44x. Instead it would be cleaner if it was all in platforms/4xx.

This is slightly odd in that we don't actually define any machines in
the 4xx platform, as is usual for a platform directory. But still it
seems like a better result to have all this related code in a directory
by itself.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 5b4e2857
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
obj-y				+= uic.o
obj-$(CONFIG_PPC4xx_OCM)	+= ocm.o
obj-$(CONFIG_4xx_SOC)		+= soc.o
obj-$(CONFIG_PCI)		+= pci.o
obj-$(CONFIG_PPC4xx_HSTA_MSI)	+= hsta_msi.o
obj-$(CONFIG_PPC4xx_MSI)	+= msi.o
obj-$(CONFIG_PPC4xx_CPM)	+= cpm.o
obj-$(CONFIG_PPC4xx_GPIO)	+= gpio.o
Loading