Searched hist:d217e07b32a6750e44f529e0218898c024b2c637 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/ntb/ |
H A D | Makefile | diff d217e07b32a6750e44f529e0218898c024b2c637 Fri May 24 00:30:55 CEST 2019 Logan Gunthorpe <logang@deltatee.com> 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>
|
H A D | core.c | d217e07b32a6750e44f529e0218898c024b2c637 Fri May 24 00:30:55 CEST 2019 Logan Gunthorpe <logang@deltatee.com> 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>
|