mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-04-18 07:50:53 +00:00

Includes fixes for problems noted by Adrian Bunk, Andrew Morton, and one other person lost in the annals of history (and email folders).
10 lines
310 B
Makefile
10 lines
310 B
Makefile
# Makefile for Linux PHY drivers
|
|
|
|
libphy-objs := phy.o phy_device.o mdio_bus.o
|
|
|
|
obj-$(CONFIG_MARVELL_PHY) += libphy.o marvell.o
|
|
obj-$(CONFIG_DAVICOM_PHY) += libphy.o davicom.o
|
|
obj-$(CONFIG_CICADA_PHY) += libphy.o cicada.o
|
|
obj-$(CONFIG_LXT_PHY) += libphy.o lxt.o
|
|
obj-$(CONFIG_QSEMI_PHY) += libphy.o qsemi.o
|