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

9 lines
127 B
Makefile
Raw Normal View History

2024-04-01 15:06:58 +00:00
CFLAGS += -I../../../../usr/include/
TEST_GEN_PROGS := kcmp_test
EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
include ../lib.mk