forked from Minki/linux
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>
This commit is contained in:
parent
9b9ba821b6
commit
3b3e0ea8bc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user