diff options
author | Allen Hubbe <Allen.Hubbe@emc.com> | 2015-04-09 17:33:20 +0300 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2015-07-04 21:05:49 +0300 |
commit | e26a5843f7f5014ae4460030ca4de029a3ac35d3 (patch) | |
tree | a16ffee275c8e43e18bfd3424415e3a36c4f3c7a /drivers/ntb/hw/Makefile | |
parent | a1bd3baeb2f18b2b3d0f98ce5fdaa725149b950b (diff) | |
download | linux-e26a5843f7f5014ae4460030ca4de029a3ac35d3.tar.xz |
NTB: Split ntb_hw_intel and ntb_transport drivers
Change ntb_hw_intel to use the new NTB hardware abstraction layer.
Split ntb_transport into its own driver. Change it to use the new NTB
hardware abstraction layer.
Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'drivers/ntb/hw/Makefile')
-rw-r--r-- | drivers/ntb/hw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ntb/hw/Makefile b/drivers/ntb/hw/Makefile new file mode 100644 index 000000000000..175d7c92a569 --- /dev/null +++ b/drivers/ntb/hw/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_NTB_INTEL) += intel/ |