mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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 changed files with 1 additions and 1 deletions
|
@ -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 a new issue