f4fcbbe9a7
This moves rtas-proc.c and rtas_flash.c into arch/powerpc/kernel, since cell wants them as well as pseries (and chrp can use rtas-proc.c too, at least in principle). rtas_fw.c is gone, with its bits moved into rtas_flash.c and rtas.c. Signed-off-by: Paul Mackerras <paulus@samba.org>
6 lines
176 B
Makefile
6 lines
176 B
Makefile
obj-y := pci.o lpar.o hvCall.o nvram.o reconfig.o \
|
|
setup.o iommu.o ras.o rtasd.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_IBMVIO) += vio.o
|
|
obj-$(CONFIG_XICS) += xics.o
|