xref: /linux/tools/testing/selftests/tmpfs/Makefile (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2a3322868SAlexey DobriyanCFLAGS += -Wall -O2
3a3322868SAlexey DobriyanCFLAGS += -D_GNU_SOURCE
4a3322868SAlexey Dobriyan
5a3322868SAlexey DobriyanTEST_GEN_PROGS :=
6a3322868SAlexey DobriyanTEST_GEN_PROGS += bug-link-o-tmpfile
7a3322868SAlexey Dobriyan
8a3322868SAlexey Dobriyaninclude ../lib.mk
9