diff options
author | Dan Williams <dan.j.williams@intel.com> | 2023-02-07 11:14:06 -0800 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2023-02-07 11:14:06 -0800 |
commit | dbe9f7d1e155b97a42f7da81e22acc98fe0a9072 (patch) | |
tree | c0631d6773c50a62125dd8bc199254c6819fdb7c /tools/testing/cxl/test/Kbuild | |
parent | 5485eb955994a238eafd08d9266005b1c9ac7991 (diff) | |
parent | 5a84711fd734c09b7d991b00657ba61a96612254 (diff) |
Merge branch 'for-6.3/cxl-events' into cxl/next
Add the CXL event and interrupt support for the v6.3 update.
Diffstat (limited to 'tools/testing/cxl/test/Kbuild')
-rw-r--r-- | tools/testing/cxl/test/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/cxl/test/Kbuild b/tools/testing/cxl/test/Kbuild index 4e59e2c911f6..61d5f7bcddf9 100644 --- a/tools/testing/cxl/test/Kbuild +++ b/tools/testing/cxl/test/Kbuild @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -ccflags-y := -I$(srctree)/drivers/cxl/ +ccflags-y := -I$(srctree)/drivers/cxl/ -I$(srctree)/drivers/cxl/core obj-m += cxl_test.o obj-m += cxl_mock.o |