aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/tmpfs/Makefile
blob: 953c81299181eca4f17deb4dbbc67ee1c6abb166 (plain) (blame)
1
2
3
4
5
6
7
CFLAGS += -Wall -O2
CFLAGS += -D_GNU_SOURCE

TEST_GEN_PROGS :=
TEST_GEN_PROGS += bug-link-o-tmpfile

include ../lib.mk