xref: /linux/drivers/net/ethernet/mscc/Makefile (revision a556c76adc052c979ef9e80f0cd3fa1379ff4943)
1*a556c76aSAlexandre Belloni# SPDX-License-Identifier: (GPL-2.0 OR MIT)
2*a556c76aSAlexandre Belloniobj-$(CONFIG_MSCC_OCELOT_SWITCH) += mscc_ocelot_common.o
3*a556c76aSAlexandre Bellonimscc_ocelot_common-y := ocelot.o ocelot_io.o
4*a556c76aSAlexandre Bellonimscc_ocelot_common-y += ocelot_regs.o
5*a556c76aSAlexandre Belloniobj-$(CONFIG_MSCC_OCELOT_SWITCH_OCELOT) += ocelot_board.o
6