xref: /linux/drivers/net/ethernet/mscc/Makefile (revision f4d0323bae4ed24d9f9f5bba3d27def06354fee7)
1a556c76aSAlexandre Belloni# SPDX-License-Identifier: (GPL-2.0 OR MIT)
2*f4d0323bSVladimir Olteanobj-$(CONFIG_MSCC_OCELOT_SWITCH_LIB) += mscc_ocelot_switch_lib.o
3*f4d0323bSVladimir Olteanmscc_ocelot_switch_lib-y := \
4*f4d0323bSVladimir Oltean	ocelot.o \
5*f4d0323bSVladimir Oltean	ocelot_io.o \
6*f4d0323bSVladimir Oltean	ocelot_regs.o \
7*f4d0323bSVladimir Oltean	ocelot_tc.o \
8*f4d0323bSVladimir Oltean	ocelot_police.o \
9*f4d0323bSVladimir Oltean	ocelot_ace.o \
10*f4d0323bSVladimir Oltean	ocelot_flower.o \
11*f4d0323bSVladimir Oltean	ocelot_ptp.o
1256583862SVladimir Olteanobj-$(CONFIG_MSCC_OCELOT_SWITCH_OCELOT) += mscc_ocelot.o
1356583862SVladimir Olteanmscc_ocelot-y := ocelot_vsc7514.o
14