Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /usr/src/linux-headers-5.15.0-153/drivers/net/phy/mscc/ |
Upload File : |
# SPDX-License-Identifier: GPL-2.0 # # Makefile for MSCC networking PHY driver obj-$(CONFIG_MICROSEMI_PHY) := mscc.o mscc-objs := mscc_main.o mscc-objs += mscc_serdes.o ifdef CONFIG_MACSEC mscc-objs += mscc_macsec.o endif ifdef CONFIG_NETWORK_PHY_TIMESTAMPING mscc-objs += mscc_ptp.o endif