diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-06-22 19:59:25 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-28 03:51:12 +0200 |
commit | c53b33420a2e0ed1eb86be1c00b2dc21bb92bd6e (patch) | |
tree | 1c6efef77610df567b42642677c7e33e19ded527 /arch/powerpc | |
parent | [POWERPC] Don't access HID registers if running on a Hypervisor. (diff) | |
download | linux-c53b33420a2e0ed1eb86be1c00b2dc21bb92bd6e.tar.xz linux-c53b33420a2e0ed1eb86be1c00b2dc21bb92bd6e.zip |
[POWERPC] Remove redundant PPC_86XX check.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/86xx/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/86xx/Makefile b/arch/powerpc/platforms/86xx/Makefile index 7be796c5d5c9..476a6eeee710 100644 --- a/arch/powerpc/platforms/86xx/Makefile +++ b/arch/powerpc/platforms/86xx/Makefile @@ -2,9 +2,6 @@ # Makefile for the PowerPC 86xx linux kernel. # - -ifeq ($(CONFIG_PPC_86xx),y) obj-$(CONFIG_SMP) += mpc86xx_smp.o -endif obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o obj-$(CONFIG_PCI) += pci.o mpc86xx_pcie.o |