aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/proc/Makefile
blob: ad20520910e2619af7f75cc371e64fe74a5f4a61 (plain) (blame)
1
2
3
4
5
6
7
CFLAGS += -Wall -O2

TEST_GEN_PROGS :=
TEST_GEN_PROGS += proc-self-syscall
TEST_GEN_PROGS += proc-self-wchan

include ../lib.mk