linux/drivers/scsi/cxlflash/Makefile
<<
>>
Prefs
   1obj-$(CONFIG_CXLFLASH) += cxlflash.o
   2cxlflash-y += main.o superpipe.o lunmgt.o vlun.o
   3cxlflash-$(CONFIG_CXL) += cxl_hw.o
   4cxlflash-$(CONFIG_OCXL) += ocxl_hw.o
   5