https://github.com/torvalds/linux
Raw File
Tip revision: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 authored by Linus Torvalds on 26 May 2024, 22:20:12 UTC
Linux 6.10-rc1
Tip revision: 1613e60
Makefile
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_INFINIBAND)		+= core/
obj-$(CONFIG_INFINIBAND)		+= hw/
obj-$(CONFIG_INFINIBAND)		+= ulp/
obj-$(CONFIG_INFINIBAND)		+= sw/
back to top