20 lines
486 B
Makefile
Raw Normal View History

2026-01-21 18:59:54 +08:00
# SPDX-License-Identifier: (GPL-2.0 OR MIT)
obj-$(CONFIG_MSCC_OCELOT_SWITCH_LIB) += mscc_ocelot_switch_lib.o
mscc_ocelot_switch_lib-y := \
ocelot.o \
2026-01-29 22:25:33 +08:00
ocelot_devlink.o \
ocelot_flower.o \
2026-01-21 18:59:54 +08:00
ocelot_io.o \
2026-01-29 22:25:33 +08:00
ocelot_mm.o \
2026-01-21 18:59:54 +08:00
ocelot_police.o \
2026-01-29 22:25:33 +08:00
ocelot_ptp.o \
ocelot_stats.o \
2026-01-21 18:59:54 +08:00
ocelot_vcap.o \
2026-01-29 22:25:33 +08:00
vsc7514_regs.o
mscc_ocelot_switch_lib-$(CONFIG_BRIDGE_MRP) += ocelot_mrp.o
2026-01-21 18:59:54 +08:00
obj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot.o
mscc_ocelot-y := \
2026-01-29 22:25:33 +08:00
ocelot_fdma.o \
ocelot_net.o \
ocelot_vsc7514.o