Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for MSCC networking PHY driver
0004 
0005 obj-$(CONFIG_MICROSEMI_PHY) := mscc.o
0006 mscc-objs := mscc_main.o
0007 mscc-objs += mscc_serdes.o
0008 
0009 ifdef CONFIG_MACSEC
0010 mscc-objs += mscc_macsec.o
0011 endif
0012 
0013 ifdef CONFIG_NETWORK_PHY_TIMESTAMPING
0014 mscc-objs += mscc_ptp.o
0015 endif