mirror of https://gitee.com/openkylin/linux.git
5 lines
90 B
Makefile
5 lines
90 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
obj-$(CONFIG_CXL_MEM) += cxl_mem.o
|
||
|
|
||
|
cxl_mem-y := mem.o
|