mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
NTB: Rename ntb.c to support multiple source files in the module
The kbuild system does not support having multiple source files in a module if one of those source files has the same name as the module. Therefore, we must rename ntb.c to core.c, while the module remains ntb.ko. This is similar to the way the nvme modules are structured. Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Cc: Dave Jiang <dave.jiang@intel.com> Cc: Allen Hubbe <allenbh@gmail.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
This commit is contained in:
parent
5f1b1f065c
commit
d217e07b32
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
obj-$(CONFIG_NTB) += ntb.o hw/ test/
|
||||
obj-$(CONFIG_NTB_TRANSPORT) += ntb_transport.o
|
||||
|
||||
ntb-y := core.o
|
||||
|
|
Loading…
Add table
Reference in a new issue