projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[platform/kernel/linux-rpi.git]
/
drivers
/
cxl
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0
2
obj-$(CONFIG_CXL_BUS) += core/
3
obj-$(CONFIG_CXL_MEM) += cxl_pci.o
4
obj-$(CONFIG_CXL_ACPI) += cxl_acpi.o
5
obj-$(CONFIG_CXL_PMEM) += cxl_pmem.o
6
7
cxl_pci-y := pci.o
8
cxl_acpi-y := acpi.o
9
cxl_pmem-y := pmem.o