netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: ethernet: ibm: ehea: Remove duplicate object from Makefile
@ 2014-08-14 12:26 Andreas Ruprecht
  2014-08-14 21:40 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Ruprecht @ 2014-08-14 12:26 UTC (permalink / raw)
  To: Thadeu Lima de Souza Cascardo; +Cc: netdev, Andreas Ruprecht

In the Makefile, ehea_phyp.o is included twice in the list of
object files compile into ehea.o.

This change removes one instance.

Signed-off-by: Andreas Ruprecht <rupran@einserver.de>
---
 drivers/net/ethernet/ibm/ehea/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/ibm/ehea/Makefile b/drivers/net/ethernet/ibm/ehea/Makefile
index 775d996..cd473e2 100644
--- a/drivers/net/ethernet/ibm/ehea/Makefile
+++ b/drivers/net/ethernet/ibm/ehea/Makefile
@@ -1,6 +1,6 @@
 #
 # Makefile for the eHEA ethernet device driver for IBM eServer System p
 #
-ehea-y = ehea_main.o ehea_phyp.o ehea_qmr.o ehea_ethtool.o ehea_phyp.o
+ehea-y = ehea_main.o ehea_phyp.o ehea_qmr.o ehea_ethtool.o
 obj-$(CONFIG_EHEA) += ehea.o
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: ethernet: ibm: ehea: Remove duplicate object from Makefile
  2014-08-14 12:26 [PATCH] net: ethernet: ibm: ehea: Remove duplicate object from Makefile Andreas Ruprecht
@ 2014-08-14 21:40 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-08-14 21:40 UTC (permalink / raw)
  To: rupran; +Cc: cascardo, netdev

From: Andreas Ruprecht <rupran@einserver.de>
Date: Thu, 14 Aug 2014 14:26:23 +0200

> In the Makefile, ehea_phyp.o is included twice in the list of
> object files compile into ehea.o.
> 
> This change removes one instance.
> 
> Signed-off-by: Andreas Ruprecht <rupran@einserver.de>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-14 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-14 12:26 [PATCH] net: ethernet: ibm: ehea: Remove duplicate object from Makefile Andreas Ruprecht
2014-08-14 21:40 ` David Miller

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).