f352c72512
Based on a patch by Benjamin Herrenschmidt <benh@kernel.crashing.org> Modernized and slightly modified to not record erros into the nvram log since we do not have that device driver just yet. Jimi Xenidis <jimix@pobox.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8 lines
211 B
Makefile
8 lines
211 B
Makefile
ccflags-y += -mno-minimal-toc
|
|
|
|
obj-y += setup.o ics.o
|
|
obj-$(CONFIG_PPC_PSR2) += psr2.o opb_pic.o
|
|
obj-$(CONFIG_PPC_WSP) += scom_wsp.o
|
|
obj-$(CONFIG_SMP) += smp.o scom_smp.o
|
|
obj-$(CONFIG_PCI) += wsp_pci.o
|