diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-13 15:16:25 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-13 15:16:25 +1000 |
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 615484b09f9..1a8f3532885 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile @@ -8,7 +8,6 @@ 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 |