diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-17 06:11:03 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-17 06:11:03 -0400 |
commit | 3e63b9ec51eb1d9f441e5015427b23d70e5991b3 (patch) | |
tree | ccc8e2b93c112fa6d7d65030c6ba4e8e5789e616 /arch/ppc/syslib/Makefile | |
parent | 30286ef6e044bc3d9019c3d8b900572e3fa05e65 (diff) |
ppc: Use the merged of_device.c from arch/powerpc/kernel
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/syslib/Makefile')
-rw-r--r-- | arch/ppc/syslib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/syslib/Makefile b/arch/ppc/syslib/Makefile index b8d08f33f7ee..f6a2f1938bfa 100644 --- a/arch/ppc/syslib/Makefile +++ b/arch/ppc/syslib/Makefile | |||
@@ -39,7 +39,7 @@ obj-$(CONFIG_8xx) += m8xx_setup.o ppc8xx_pic.o $(wdt-mpc8xx-y) \ | |||
39 | ifeq ($(CONFIG_8xx),y) | 39 | ifeq ($(CONFIG_8xx),y) |
40 | obj-$(CONFIG_PCI) += qspan_pci.o i8259.o | 40 | obj-$(CONFIG_PCI) += qspan_pci.o i8259.o |
41 | endif | 41 | endif |
42 | obj-$(CONFIG_PPC_OF) += prom_init.o prom.o of_device.o | 42 | obj-$(CONFIG_PPC_OF) += prom_init.o prom.o |
43 | obj-$(CONFIG_PPC_PMAC) += open_pic.o indirect_pci.o | 43 | obj-$(CONFIG_PPC_PMAC) += open_pic.o indirect_pci.o |
44 | obj-$(CONFIG_POWER4) += open_pic2.o | 44 | obj-$(CONFIG_POWER4) += open_pic2.o |
45 | obj-$(CONFIG_PPC_CHRP) += open_pic.o indirect_pci.o i8259.o | 45 | obj-$(CONFIG_PPC_CHRP) += open_pic.o indirect_pci.o i8259.o |