]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/infiniband/hw/hfi1/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / infiniband / hw / hfi1 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
77241056
MM
2#
3# HFI driver
4#
5#
6#
7# Called from the kernel module build system.
8#
9obj-$(CONFIG_INFINIBAND_HFI1) += hfi1.o
10
0f7b1f91 11hfi1-y := affinity.o chip.o device.o driver.o efivar.o \
9c1a99c3 12 eprom.o exp_rcv.o file_ops.o firmware.o \
06e0ffa6 13 init.o intr.o mad.o mmu_rb.o pcie.o pio.o pio_copy.o platform.o \
e014991d 14 qp.o qsfp.o rc.o ruc.o sdma.o sysfs.o trace.o \
45842abb 15 uc.o ud.o user_exp_rcv.o user_pages.o user_sdma.o verbs.o \
64551ede 16 verbs_txreq.o vnic_main.o vnic_sdma.o
77241056
MM
17hfi1-$(CONFIG_DEBUG_FS) += debugfs.o
18
19CFLAGS_trace.o = -I$(src)
20ifdef MVERSION
21CFLAGS_driver.o = -DHFI_DRIVER_VERSION_BASE=\"$(MVERSION)\"
22endif