Re: [PATCH net-next v7 4/5] net: phy: Makefile: Add makefile support for rds ptp in Microchip phys

From: Andrew Lunn
Date: Tue Dec 17 2024 - 10:13:05 EST


> @@ -80,6 +80,7 @@ obj-$(CONFIG_MICREL_KS8995MA) += spi_ks8995.o
> obj-$(CONFIG_MICREL_PHY) += micrel.o
> obj-$(CONFIG_MICROCHIP_PHY) += microchip.o
> obj-$(CONFIG_MICROCHIP_T1_PHY) += microchip_t1.o
> +obj-$(CONFIG_MICROCHIP_PHY_RDS_PTP) += microchip_rds_ptp.o
> obj-$(CONFIG_MICROCHIP_T1S_PHY) += microchip_t1s.o
> obj-$(CONFIG_MICROSEMI_PHY) += mscc/
> obj-$(CONFIG_MOTORCOMM_PHY) += motorcomm.o

If you need to respin, please insert this library in alphabetic
order. But it is O.k. as is if there is no need to respin.

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew