mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 16:16:42 +07:00
25b8e08e83
As staging to support future accelerator transports, add a shim layer such that the underlying services the cxlflash driver requires can be conditional upon the accelerator infrastructure. Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
3 lines
95 B
Makefile
3 lines
95 B
Makefile
obj-$(CONFIG_CXLFLASH) += cxlflash.o
|
|
cxlflash-y += main.o superpipe.o lunmgt.o vlun.o cxl_hw.o
|