e9add2eeb1
Cell uses the same code as pSeries for flashing the firmware through rtas, so the implementation should not be part of platforms/pseries. Put it into arch/powerpc/kernel instead. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
6 lines
168 B
Makefile
6 lines
168 B
Makefile
obj-y := pci.o lpar.o hvCall.o nvram.o reconfig.o \
|
|
setup.o iommu.o ras.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_IBMVIO) += vio.o
|
|
obj-$(CONFIG_XICS) += xics.o
|