]> Git Repo - J-linux.git/blob - drivers/vdpa/solidrun/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / vdpa / solidrun / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_SNET_VDPA) += snet_vdpa.o
3 snet_vdpa-$(CONFIG_SNET_VDPA) += snet_main.o
4 snet_vdpa-$(CONFIG_SNET_VDPA) += snet_ctrl.o
5 ifdef CONFIG_HWMON
6 snet_vdpa-$(CONFIG_SNET_VDPA) += snet_hwmon.o
7 endif
This page took 0.030218 seconds and 4 git commands to generate.