c05564c4d8
Android 13
5 lines
158 B
Makefile
Executable file
5 lines
158 B
Makefile
Executable file
obj-$(CONFIG_CXLFLASH) += cxlflash.o
|
|
cxlflash-y += main.o superpipe.o lunmgt.o vlun.o
|
|
cxlflash-$(CONFIG_CXL) += cxl_hw.o
|
|
cxlflash-$(CONFIG_OCXL) += ocxl_hw.o
|