brintos

brintos / linux-shallow public Read only

0
0
Text · 486 B · 16987b7 Raw
20 lines · plain
1# SPDX-License-Identifier: (GPL-2.0 OR MIT)2obj-$(CONFIG_MSCC_OCELOT_SWITCH_LIB) += mscc_ocelot_switch_lib.o3mscc_ocelot_switch_lib-y := \4	ocelot.o \5	ocelot_devlink.o \6	ocelot_flower.o \7	ocelot_io.o \8	ocelot_mm.o \9	ocelot_police.o \10	ocelot_ptp.o \11	ocelot_stats.o \12	ocelot_vcap.o \13	vsc7514_regs.o14mscc_ocelot_switch_lib-$(CONFIG_BRIDGE_MRP) += ocelot_mrp.o15obj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot.o16mscc_ocelot-y := \17	ocelot_fdma.o \18	ocelot_net.o \19	ocelot_vsc7514.o20