net: phy: mscc: split the driver into separate files
[platform/kernel/linux-rpi.git] / drivers / net / phy / mscc / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for MSCC networking PHY driver
4
5 obj-$(CONFIG_MICROSEMI_PHY) := mscc.o
6 mscc-objs := mscc_main.o
7
8 ifdef CONFIG_MACSEC
9 mscc-objs += mscc_macsec.o
10 endif