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>
3 lines
88 B
Makefile
3 lines
88 B
Makefile
obj-$(CONFIG_NTB_INTEL) += ntb_hw_intel.o
|
|
ntb_hw_intel-y := ntb_hw_gen1.o ntb_hw_gen3.o
|