accel/ivpu: Move recovery work to system_unbound_wq
[drm/drm-misc.git] / drivers / net / phy / mscc / Makefile
blob78d84194f79aeb1b6cdf95c89f4d55110c83deaf
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for MSCC networking PHY driver
5 obj-$(CONFIG_MICROSEMI_PHY) := mscc.o
6 mscc-objs := mscc_main.o
7 mscc-objs += mscc_serdes.o
9 ifdef CONFIG_MACSEC
10 mscc-objs += mscc_macsec.o
11 endif
13 ifdef CONFIG_NETWORK_PHY_TIMESTAMPING
14 mscc-objs += mscc_ptp.o
15 endif