* [PATCH] IXP4xx: Makefile cleanup
@ 2014-10-02 13:44 Michal Marek
0 siblings, 0 replies; only message in thread
From: Michal Marek @ 2014-10-02 13:44 UTC (permalink / raw)
To: linux-arm-kernel
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 <mmarek@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-02 13:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 13:44 [PATCH] IXP4xx: Makefile cleanup Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).