2020-03-13 17:48:00 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
#
|
|
|
|
# Makefile for MSCC networking PHY driver
|
|
|
|
|
2020-03-13 17:48:01 +08:00
|
|
|
obj-$(CONFIG_MICROSEMI_PHY) := mscc.o
|
|
|
|
mscc-objs := mscc_main.o
|
2021-02-16 23:29:43 +08:00
|
|
|
mscc-objs += mscc_serdes.o
|
2020-03-13 17:48:01 +08:00
|
|
|
|
|
|
|
ifdef CONFIG_MACSEC
|
|
|
|
mscc-objs += mscc_macsec.o
|
|
|
|
endif
|
2020-06-23 22:30:11 +08:00
|
|
|
|
|
|
|
ifdef CONFIG_NETWORK_PHY_TIMESTAMPING
|
|
|
|
mscc-objs += mscc_ptp.o
|
|
|
|
endif
|