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:04:44 +0300 |
commit | a1bd3baeb2f18b2b3d0f98ce5fdaa725149b950b (patch) | |
tree | ea7f83ae16bf1369c37f1e5ed585efaa87fc84f2 /drivers/ntb/Makefile | |
parent | ec110bc7cc48d7806c9b65094e6afb19452d458f (diff) | |
download | linux-a1bd3baeb2f18b2b3d0f98ce5fdaa725149b950b.tar.xz |
NTB: Add NTB hardware abstraction layer
Abstract the NTB device behind a programming interface, so that it can
support different hardware and client drivers.
Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'drivers/ntb/Makefile')
-rw-r--r-- | drivers/ntb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ntb/Makefile b/drivers/ntb/Makefile index 545b10a131af..712e953a8fda 100644 --- a/drivers/ntb/Makefile +++ b/drivers/ntb/Makefile @@ -1,3 +1,4 @@ +obj-$(CONFIG_NTB) += ntb.o obj-$(CONFIG_NTB) += ntb_hw_intel.o ntb_hw_intel-objs := hw/intel/ntb_hw_intel.o ntb_transport.o |