diff options
author | Dave Jiang <dave.jiang@intel.com> | 2025-05-23 23:26:24 +0300 |
---|---|---|
committer | Dave Jiang <dave.jiang@intel.com> | 2025-05-23 23:26:24 +0300 |
commit | 9f153b7fb5ae45c7d426851f896487927f40e501 (patch) | |
tree | d7de5dd157f8e8a9fbead7c33a29054486f05351 /tools | |
parent | 6eed708a5693709ff0d4dd8512b6934be30d4283 (diff) | |
parent | be9b359e056a78bb6cc2e17cf457338f6aef57f9 (diff) | |
download | linux-9f153b7fb5ae45c7d426851f896487927f40e501.tar.xz |
Merge branch 'for-6.16/cxl-features-ras' into cxl-for-next
Add CXL RAS Features support. Features include "patrol scrub control",
"error check scrub", "perform maintenance", and "memory sparing". This
support connects the RAS Featurs to EDAC.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/cxl/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/cxl/Kbuild b/tools/testing/cxl/Kbuild index 387f3df8b988..31a2d73c963f 100644 --- a/tools/testing/cxl/Kbuild +++ b/tools/testing/cxl/Kbuild @@ -67,6 +67,7 @@ cxl_core-$(CONFIG_TRACING) += $(CXL_CORE_SRC)/trace.o cxl_core-$(CONFIG_CXL_REGION) += $(CXL_CORE_SRC)/region.o cxl_core-$(CONFIG_CXL_MCE) += $(CXL_CORE_SRC)/mce.o cxl_core-$(CONFIG_CXL_FEATURES) += $(CXL_CORE_SRC)/features.o +cxl_core-$(CONFIG_CXL_EDAC_MEM_FEATURES) += $(CXL_CORE_SRC)/edac.o cxl_core-y += config_check.o cxl_core-y += cxl_core_test.o cxl_core-y += cxl_core_exports.o |