linux-surface/kernel/tools/testing/selftests/kcmp/Makefile

9 lines
127 B
Makefile
Raw Normal View History

2017-08-10 13:25:24 +00:00
CFLAGS += -I../../../../usr/include/
TEST_GEN_PROGS := kcmp_test
EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
include ../lib.mk