forked from Minki/linux
4a841ee928
Hisilicon hip04 platform mdio driver Reuse Marvell phy drivers/net/phy/marvell.c Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
143 B
Makefile
7 lines
143 B
Makefile
#
|
|
# Makefile for the HISILICON network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_HIX5HD2_GMAC) += hix5hd2_gmac.o
|
|
obj-$(CONFIG_HIP04_ETH) += hip04_mdio.o
|