This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
61647c77cb
linux
/
drivers
/
ntb
/
hw
/
intel
/
Makefile
3 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2015-04-09 14:33:20 +00:00
obj-$(CONFIG_NTB_INTEL)
+=
ntb_hw_intel.o
ntb: intel: split out the gen3 code Move the Intel hw gen3 code to its own source file. The ntb_hw_intel.c was getting too large and makes it hard to maintain with future hardware changes. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
2018-01-29 20:22:24 +00:00
ntb_hw_intel-y
:=
ntb_hw_gen1.o ntb_hw_gen3.o
Reference in New Issue
Copy Permalink