Browse Source

net: ethernet: ibm: ehea: Remove duplicate object from Makefile

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Andreas Ruprecht 11 years ago
parent
commit
3b3e0ea8bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/ethernet/ibm/ehea/Makefile

+ 1 - 1
drivers/net/ethernet/ibm/ehea/Makefile

@@ -1,6 +1,6 @@
 #
 #
 # Makefile for the eHEA ethernet device driver for IBM eServer System p
 # 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
 obj-$(CONFIG_EHEA) += ehea.o