brintos

brintos / linux-shallow public Read only

0
0
Text · 293 B · 78d8419 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for MSCC networking PHY driver4 5obj-$(CONFIG_MICROSEMI_PHY) := mscc.o6mscc-objs := mscc_main.o7mscc-objs += mscc_serdes.o8 9ifdef CONFIG_MACSEC10mscc-objs += mscc_macsec.o11endif12 13ifdef CONFIG_NETWORK_PHY_TIMESTAMPING14mscc-objs += mscc_ptp.o15endif16