dect
/
linux-2.6
Archived
13
0
Fork 0

ppc64: fix arch/ppc64/kernel/Makefile

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
This commit is contained in:
Stephen Rothwell 2005-10-13 14:12:25 +10:00
parent d4bf9a7858
commit ae2752050d
1 changed files with 1 additions and 2 deletions

View File

@ -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)