Makefile (d9feb9049973332de0242a08248e069113bf5761) Makefile (9c90eea310f80460b81a7afe27064c7f0200d1d1)
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_io.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_io.o \
6 ocelot_tc.o \
7 ocelot_police.o \
8 ocelot_ace.o \
9 ocelot_flower.o \
10 ocelot_ptp.o
11obj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot.o
6 ocelot_police.o \
7 ocelot_ace.o \
8 ocelot_flower.o \
9 ocelot_ptp.o
10obj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot.o
12mscc_ocelot-y := ocelot_vsc7514.o
11mscc_ocelot-y := \
12 ocelot_vsc7514.o \
13 ocelot_net.o