diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-13 01:16:25 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-13 01:16:25 -0400 |
commit | eec5ef909888cd9d25a61f904cd8f0db50ea0455 (patch) | |
tree | 1104668ef4480c9e0659e72afaa0a730aed63e49 /arch/ppc64/kernel/Makefile | |
parent | ae2752050d21f5aef811c362d3a47dce4694068d (diff) |
ppc64: use powerpc of_device.c
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 615484b09f90..1a8f3532885a 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -8,7 +8,6 @@ EXTRA_CFLAGS += -mno-minimal-toc | |||
8 | extra-y := head.o vmlinux.lds | 8 | extra-y := head.o vmlinux.lds |
9 | 9 | ||
10 | obj-y := setup.o entry.o misc.o prom.o | 10 | obj-y := setup.o entry.o misc.o prom.o |
11 | obj-$(CONFIG_PPC_OF) += of_device.o | ||
12 | 11 | ||
13 | endif | 12 | endif |
14 | 13 | ||