summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/Makefile
blob: a3522d2fbf5b1a897413ad14f108b03efafbced8 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_CXL_BUS) += cxl_core.o

ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE=CXL -I$(srctree)/drivers/cxl
cxl_core-y := bus.o
cxl_core-y += pmem.o
cxl_core-y += regs.o