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

Commit 69a80d3f authored by Paul Mackerras's avatar Paul Mackerras
Browse files

powerpc: move pSeries files to arch/powerpc/platforms/pseries



Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent ab1f9dac
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -4,4 +4,5 @@ endif
obj-$(CONFIG_4xx)		+= 4xx/
obj-$(CONFIG_4xx)		+= 4xx/
obj-$(CONFIG_83xx)		+= 83xx/
obj-$(CONFIG_83xx)		+= 83xx/
obj-$(CONFIG_85xx)		+= 85xx/
obj-$(CONFIG_85xx)		+= 85xx/
obj-$(CONFIG_PPC_PSERIES)	+= pseries/
obj-$(CONFIG_PPC_ISERIES)	+= iseries/
obj-$(CONFIG_PPC_ISERIES)	+= iseries/
+4 −0
Original line number Original line Diff line number Diff line
obj-y			:= pci.o lpar.o hvCall.o nvram.o reconfig.o \
			   setup.o iommu.o
obj-$(CONFIG_SMP)	+= smp.o
obj-$(CONFIG_IBMVIO)	+= vio.o
Loading