Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / cxl / test / Kbuild
blob6b192789785612d810c6ff577b1ac47aadd9e9b3
1 # SPDX-License-Identifier: GPL-2.0
2 ccflags-y := -I$(srctree)/drivers/cxl/ -I$(srctree)/drivers/cxl/core
4 obj-m += cxl_test.o
5 obj-m += cxl_mock.o
6 obj-m += cxl_mock_mem.o
8 cxl_test-y := cxl.o
9 cxl_mock-y := mock.o
10 cxl_mock_mem-y := mem.o
12 KBUILD_CFLAGS := $(filter-out -Wmissing-prototypes -Wmissing-declarations, $(KBUILD_CFLAGS))