Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0 OR MIT)
0002 obj-$(CONFIG_MSCC_OCELOT_SWITCH_LIB) += mscc_ocelot_switch_lib.o
0003 mscc_ocelot_switch_lib-y := \
0004         ocelot.o \
0005         ocelot_io.o \
0006         ocelot_police.o \
0007         ocelot_vcap.o \
0008         ocelot_flower.o \
0009         ocelot_ptp.o \
0010         ocelot_devlink.o \
0011         vsc7514_regs.o
0012 mscc_ocelot_switch_lib-$(CONFIG_BRIDGE_MRP) += ocelot_mrp.o
0013 obj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot.o
0014 mscc_ocelot-y := \
0015         ocelot_fdma.o \
0016         ocelot_vsc7514.o \
0017         ocelot_net.o