obj-pci-n will never be assigned or used. obj-pci-y does not need to be initialized, because each Kbuild file is processed separately.
Signed-off-by: Michal Marek <mma...@suse.cz> --- arch/arm/mach-ixp4xx/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-ixp4xx/Makefile b/arch/arm/mach-ixp4xx/Makefile index eded94c..2ecc4c9 100644 --- a/arch/arm/mach-ixp4xx/Makefile +++ b/arch/arm/mach-ixp4xx/Makefile @@ -2,9 +2,6 @@ # Makefile for the linux kernel. # -obj-pci-y := -obj-pci-n := - obj-pci-$(CONFIG_ARCH_IXDP4XX) += ixdp425-pci.o obj-pci-$(CONFIG_MACH_AVILA) += avila-pci.o obj-pci-$(CONFIG_MACH_IXDPG425) += ixdpg425-pci.o -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/