linux/tools/testing/selftests/proc/Makefile

10 lines
212 B
Makefile
Raw Normal View History

CFLAGS += -Wall -O2
TEST_GEN_PROGS :=
TEST_GEN_PROGS += proc-self-map-files-001
TEST_GEN_PROGS += proc-self-map-files-002
TEST_GEN_PROGS += proc-self-syscall
TEST_GEN_PROGS += proc-self-wchan
include ../lib.mk