summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/tmpfs/Makefile
blob: 3be931e1193f0baeeb1205ac83904969cba92754 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -Wall -O2

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

include ../lib.mk