]> Git Repo - J-linux.git/blob - drivers/net/dsa/ocelot/Makefile
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[J-linux.git] / drivers / net / dsa / ocelot / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_NET_DSA_MSCC_FELIX) += mscc_felix.o
3 obj-$(CONFIG_NET_DSA_MSCC_SEVILLE) += mscc_seville.o
4
5 mscc_felix-objs := \
6         felix.o \
7         felix_vsc9959.o
8
9 mscc_seville-objs := \
10         felix.o \
11         seville_vsc9953.o
This page took 0.029421 seconds and 4 git commands to generate.