mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
3b3e0ea8bc
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>
7 lines
165 B
Makefile
7 lines
165 B
Makefile
#
|
|
# 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
|
|
obj-$(CONFIG_EHEA) += ehea.o
|
|
|