aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kcmp/Makefile
blob: 47aa9887f9d4bfcf53907cafff36b947469cbb80 (plain) (blame)
1
2
3
4
5
6
7
8
CFLAGS += -I../../../../usr/include/

TEST_GEN_PROGS := kcmp_test

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

include ../lib.mk