mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
400 B
Makefile
11 lines
400 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_MLX5_INFINIBAND) += mlx5_ib.o
|
|
|
|
mlx5_ib-y := main.o cq.o doorbell.o qp.o mem.o srq_cmd.o \
|
|
srq.o mr.o ah.o mad.o gsi.o ib_virt.o cmd.o \
|
|
cong.o
|
|
mlx5_ib-$(CONFIG_INFINIBAND_ON_DEMAND_PAGING) += odp.o
|
|
mlx5_ib-$(CONFIG_MLX5_ESWITCH) += ib_rep.o
|
|
mlx5_ib-$(CONFIG_INFINIBAND_USER_ACCESS) += devx.o
|
|
mlx5_ib-$(CONFIG_INFINIBAND_USER_ACCESS) += flow.o
|