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

Commit ae275205 authored by Stephen Rothwell's avatar Stephen Rothwell
Browse files

ppc64: fix arch/ppc64/kernel/Makefile

parent d4bf9a78
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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)