Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Xiangliang Yu | a1b3695 | 2016-01-21 19:47:05 +0800 | [diff] [blame] | 2 | obj-$(CONFIG_NTB_AMD) += amd/ |
Serge Semin | bf2a952 | 2017-04-12 15:44:45 +0300 | [diff] [blame] | 3 | obj-$(CONFIG_NTB_IDT) += idt/ |
Allen Hubbe | e26a584 | 2015-04-09 10:33:20 -0400 | [diff] [blame] | 4 | obj-$(CONFIG_NTB_INTEL) += intel/ |
Kishon Vijay Abraham I | 812ce2f | 2021-02-02 01:28:07 +0530 | [diff] [blame] | 5 | obj-$(CONFIG_NTB_EPF) += epf/ |
Logan Gunthorpe | 33dea5a | 2017-08-03 12:19:46 -0600 | [diff] [blame] | 6 | obj-$(CONFIG_NTB_SWITCHTEC) += mscc/ |