10 lines
157 B
Makefile
10 lines
157 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
CFLAGS += $(KHDR_INCLUDES)
|
|
|
|
TEST_GEN_PROGS := kcmp_test
|
|
|
|
EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
|
|
|
|
include ../lib.mk
|
|
|