xref: /linux/tools/testing/selftests/tmpfs/Makefile (revision a33228682c2039f086823ac798242734ec0eb4e5)
1*a3322868SAlexey DobriyanCFLAGS += -Wall -O2
2*a3322868SAlexey DobriyanCFLAGS += -D_GNU_SOURCE
3*a3322868SAlexey Dobriyan
4*a3322868SAlexey DobriyanTEST_GEN_PROGS :=
5*a3322868SAlexey DobriyanTEST_GEN_PROGS += bug-link-o-tmpfile
6*a3322868SAlexey Dobriyan
7*a3322868SAlexey Dobriyaninclude ../lib.mk
8