This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-05-24 10:39:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c5943b9c53
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 10:33:20 -04: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 13:22:24 -07:00
ntb_hw_intel-y
:=
ntb_hw_gen1.o ntb_hw_gen3.o
Reference in a new issue
Copy permalink