mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 09:56:00 +00:00
[POWERPC] Remove redundant PPC_86XX check.
Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
6d7c466292
commit
c53b33420a
@ -2,9 +2,6 @@
|
|||||||
# Makefile for the PowerPC 86xx linux kernel.
|
# Makefile for the PowerPC 86xx linux kernel.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_PPC_86xx),y)
|
|
||||||
obj-$(CONFIG_SMP) += mpc86xx_smp.o
|
obj-$(CONFIG_SMP) += mpc86xx_smp.o
|
||||||
endif
|
|
||||||
obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o
|
obj-$(CONFIG_MPC8641_HPCN) += mpc86xx_hpcn.o
|
||||||
obj-$(CONFIG_PCI) += pci.o mpc86xx_pcie.o
|
obj-$(CONFIG_PCI) += pci.o mpc86xx_pcie.o
|
||||||
|
Loading…
Reference in New Issue
Block a user