aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kcmp/Makefile
blob: 59a1e537901817e8b04ec3ddfa4a2f6c43ef8a99 (plain) (blame)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += $(KHDR_INCLUDES)

TEST_GEN_PROGS := kcmp_test

EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file

include ../lib.mk