Makefile (2b1333b80885b896807ffb6ccf4bc21d29aa65e0) | Makefile (39db6be781cd7dfd44ea259acecaf23f8685550b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Makefile for Linux PHY drivers 3 4libphy-y := phy.o phy-c45.o phy-core.o phy_device.o \ 5 linkmode.o 6mdio-bus-y += mdio_bus.o mdio_device.o 7 8ifdef CONFIG_MDIO_DEVICE --- 33 unchanged lines hidden (view full) --- 42obj-$(CONFIG_AX88796B_PHY) += ax88796b.o 43obj-$(CONFIG_BCM54140_PHY) += bcm54140.o 44obj-$(CONFIG_BCM63XX_PHY) += bcm63xx.o 45obj-$(CONFIG_BCM7XXX_PHY) += bcm7xxx.o 46obj-$(CONFIG_BCM84881_PHY) += bcm84881.o 47obj-$(CONFIG_BCM87XX_PHY) += bcm87xx.o 48obj-$(CONFIG_BCM_CYGNUS_PHY) += bcm-cygnus.o 49obj-$(CONFIG_BCM_NET_PHYLIB) += bcm-phy-lib.o | 1# SPDX-License-Identifier: GPL-2.0 2# Makefile for Linux PHY drivers 3 4libphy-y := phy.o phy-c45.o phy-core.o phy_device.o \ 5 linkmode.o 6mdio-bus-y += mdio_bus.o mdio_device.o 7 8ifdef CONFIG_MDIO_DEVICE --- 33 unchanged lines hidden (view full) --- 42obj-$(CONFIG_AX88796B_PHY) += ax88796b.o 43obj-$(CONFIG_BCM54140_PHY) += bcm54140.o 44obj-$(CONFIG_BCM63XX_PHY) += bcm63xx.o 45obj-$(CONFIG_BCM7XXX_PHY) += bcm7xxx.o 46obj-$(CONFIG_BCM84881_PHY) += bcm84881.o 47obj-$(CONFIG_BCM87XX_PHY) += bcm87xx.o 48obj-$(CONFIG_BCM_CYGNUS_PHY) += bcm-cygnus.o 49obj-$(CONFIG_BCM_NET_PHYLIB) += bcm-phy-lib.o |
50obj-$(CONFIG_BCM_NET_PHYPTP) += bcm-phy-ptp.o |
|
50obj-$(CONFIG_BROADCOM_PHY) += broadcom.o 51obj-$(CONFIG_CICADA_PHY) += cicada.o 52obj-$(CONFIG_CORTINA_PHY) += cortina.o 53obj-$(CONFIG_DAVICOM_PHY) += davicom.o 54obj-$(CONFIG_DP83640_PHY) += dp83640.o 55obj-$(CONFIG_DP83822_PHY) += dp83822.o 56obj-$(CONFIG_DP83848_PHY) += dp83848.o 57obj-$(CONFIG_DP83867_PHY) += dp83867.o --- 32 unchanged lines hidden --- | 51obj-$(CONFIG_BROADCOM_PHY) += broadcom.o 52obj-$(CONFIG_CICADA_PHY) += cicada.o 53obj-$(CONFIG_CORTINA_PHY) += cortina.o 54obj-$(CONFIG_DAVICOM_PHY) += davicom.o 55obj-$(CONFIG_DP83640_PHY) += dp83640.o 56obj-$(CONFIG_DP83822_PHY) += dp83822.o 57obj-$(CONFIG_DP83848_PHY) += dp83848.o 58obj-$(CONFIG_DP83867_PHY) += dp83867.o --- 32 unchanged lines hidden --- |