56583862b8
mscc_ocelot is a slightly better name for a module than ocelot_board or ocelot_vsc7514 is, so let's use that. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
345 B
Makefile
7 lines
345 B
Makefile
# SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
obj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot_common.o
|
|
mscc_ocelot_common-y := ocelot.o ocelot_io.o
|
|
mscc_ocelot_common-y += ocelot_regs.o ocelot_tc.o ocelot_police.o ocelot_ace.o ocelot_flower.o ocelot_ptp.o
|
|
obj-$(CONFIG_MSCC_OCELOT_SWITCH_OCELOT) += mscc_ocelot.o
|
|
mscc_ocelot-y := ocelot_vsc7514.o
|