brintos

brintos / linux-shallow public Read only

0
0
Text · 329 B · 6b19278 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02ccflags-y := -I$(srctree)/drivers/cxl/ -I$(srctree)/drivers/cxl/core3 4obj-m += cxl_test.o5obj-m += cxl_mock.o6obj-m += cxl_mock_mem.o7 8cxl_test-y := cxl.o9cxl_mock-y := mock.o10cxl_mock_mem-y := mem.o11 12KBUILD_CFLAGS := $(filter-out -Wmissing-prototypes -Wmissing-declarations, $(KBUILD_CFLAGS))13