Commit ae275205 authored by Stephen Rothwell's avatar Stephen Rothwell

ppc64: fix arch/ppc64/kernel/Makefile

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent d4bf9a78
......@@ -8,6 +8,7 @@ EXTRA_CFLAGS += -mno-minimal-toc
extra-y := head.o vmlinux.lds
obj-y := setup.o entry.o misc.o prom.o
obj-$(CONFIG_PPC_OF) += of_device.o
endif
......@@ -20,8 +21,6 @@ obj-y += irq.o idle.o dma.o \
iommu.o sysfs.o vdso.o pmc.o firmware.o
obj-y += vdso32/ vdso64/
obj-$(CONFIG_PPC_OF) += of_device.o
pci-obj-$(CONFIG_PPC_MULTIPLATFORM) += pci_dn.o pci_direct_iommu.o
obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment