Makefile (28c8df8d478580edd3fa82b60b341930905b7431) Makefile (fe90104cd6048364db821c06bcb2246074919c04)
1# SPDX-License-Identifier: (GPL-2.0 OR MIT)
2obj-$(CONFIG_MSCC_OCELOT_SWITCH_LIB) += mscc_ocelot_switch_lib.o
3mscc_ocelot_switch_lib-y := \
4 ocelot.o \
5 ocelot_devlink.o \
6 ocelot_flower.o \
7 ocelot_io.o \
8 ocelot_police.o \
9 ocelot_ptp.o \
1# SPDX-License-Identifier: (GPL-2.0 OR MIT)
2obj-$(CONFIG_MSCC_OCELOT_SWITCH_LIB) += mscc_ocelot_switch_lib.o
3mscc_ocelot_switch_lib-y := \
4 ocelot.o \
5 ocelot_devlink.o \
6 ocelot_flower.o \
7 ocelot_io.o \
8 ocelot_police.o \
9 ocelot_ptp.o \
10 ocelot_stats.o \
10 ocelot_vcap.o \
11 vsc7514_regs.o
12mscc_ocelot_switch_lib-$(CONFIG_BRIDGE_MRP) += ocelot_mrp.o
13obj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot.o
14mscc_ocelot-y := \
15 ocelot_fdma.o \
16 ocelot_net.o \
17 ocelot_vsc7514.o
11 ocelot_vcap.o \
12 vsc7514_regs.o
13mscc_ocelot_switch_lib-$(CONFIG_BRIDGE_MRP) += ocelot_mrp.o
14obj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot.o
15mscc_ocelot-y := \
16 ocelot_fdma.o \
17 ocelot_net.o \
18 ocelot_vsc7514.o