You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_NTB_AMD) += amd/
|
|
obj-$(CONFIG_NTB_IDT) += idt/
|
|
obj-$(CONFIG_NTB_INTEL) += intel/
|
|
obj-$(CONFIG_NTB_EPF) += epf/
|
|
obj-$(CONFIG_NTB_SWITCHTEC) += mscc/
|