Makefile (7d6aa9ba4f8228c75970fc4fad27194611a548a6) | Makefile (a87ae8a963bde755b0962bcc18db83d611f63e7a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Makefile for Linux PHY drivers and MDIO bus drivers 3 | 1# SPDX-License-Identifier: GPL-2.0 2# Makefile for Linux PHY drivers and MDIO bus drivers 3 |
4libphy-y := phy.o phy-c45.o phy-core.o phy_device.o | 4libphy-y := phy.o phy-c45.o phy-core.o phy_device.o \ 5 linkmode.o |
5mdio-bus-y += mdio_bus.o mdio_device.o 6 7ifdef CONFIG_MDIO_DEVICE 8obj-y += mdio-boardinfo.o 9endif 10 11# PHYLIB implies MDIO_DEVICE, in that case, we have a bunch of circular 12# dependencies that does not make it possible to split mdio-bus objects into a --- 88 unchanged lines hidden --- | 6mdio-bus-y += mdio_bus.o mdio_device.o 7 8ifdef CONFIG_MDIO_DEVICE 9obj-y += mdio-boardinfo.o 10endif 11 12# PHYLIB implies MDIO_DEVICE, in that case, we have a bunch of circular 13# dependencies that does not make it possible to split mdio-bus objects into a --- 88 unchanged lines hidden --- |