diff options
| author | Dave Jiang <dave.jiang@intel.com> | 2025-11-17 11:05:47 -0700 |
|---|---|---|
| committer | Dave Jiang <dave.jiang@intel.com> | 2025-11-17 11:05:47 -0700 |
| commit | 7ec9db66cc552f2f8a6779c16d01a2a01eccedde (patch) | |
| tree | 3ae5aeff00d4915cd99e9614407cb4c91dd63dec /tools/testing/cxl/Kbuild | |
| parent | 33bedb92d26b746f00269fd5d04aab74480d2a06 (diff) | |
| parent | 68f4a852e18329e84bb5d36168a45b0a52cdf236 (diff) | |
Merge branch 'for-6.19/cxl-elc-test' into cxl-for-next
Extended linear cache unit testing support
- Standardize CXL auto region size
- Add cxl_test CFMWS support for extended linear cache
- Add support for acpi extended linear cache
Diffstat (limited to 'tools/testing/cxl/Kbuild')
| -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 3dae06ac7fba..68b38863605b 100644 --- a/tools/testing/cxl/Kbuild +++ b/tools/testing/cxl/Kbuild @@ -10,6 +10,7 @@ ldflags-y += --wrap=cxl_rcd_component_reg_phys ldflags-y += --wrap=cxl_endpoint_parse_cdat ldflags-y += --wrap=cxl_dport_init_ras_reporting ldflags-y += --wrap=devm_cxl_endpoint_decoders_setup +ldflags-y += --wrap=hmat_get_extended_linear_cache_size DRIVERS := ../../../drivers CXL_SRC := $(DRIVERS)/cxl |
