Merge tag 'devicetree-fixes-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / tools / testing / cxl / test / Kbuild
1 # SPDX-License-Identifier: GPL-2.0
2 ccflags-y := -I$(srctree)/drivers/cxl/ -I$(srctree)/drivers/cxl/core
3
4 obj-m += cxl_test.o
5 obj-m += cxl_mock.o
6 obj-m += cxl_mock_mem.o
7
8 cxl_test-y := cxl.o
9 cxl_mock-y := mock.o
10 cxl_mock_mem-y := mem.o
11
12 KBUILD_CFLAGS := $(filter-out -Wmissing-prototypes -Wmissing-declarations, $(KBUILD_CFLAGS))