]> Git Repo - J-linux.git/blob - drivers/net/dsa/qca/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / dsa / qca / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_NET_DSA_AR9331)    += ar9331.o
3 obj-$(CONFIG_NET_DSA_QCA8K)     += qca8k.o
4 qca8k-y                         += qca8k-common.o qca8k-8xxx.o
5 ifdef CONFIG_NET_DSA_QCA8K_LEDS_SUPPORT
6 qca8k-y                         += qca8k-leds.o
7 endif
This page took 0.036247 seconds and 4 git commands to generate.