Skip to content

Commit f6e51c3

Browse files
davejiangjonmason
authored andcommitted
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 <[email protected]> Signed-off-by: Jon Mason <[email protected]>
1 parent a906505 commit f6e51c3

File tree

6 files changed

+754
-657
lines changed

6 files changed

+754
-657
lines changed

drivers/ntb/hw/intel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
obj-$(CONFIG_NTB_INTEL) += ntb_hw_intel.o
2+
ntb_hw_intel-y := ntb_hw_gen1.o ntb_hw_gen3.o

0 commit comments

Comments
 (0)