treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / tools / testing / selftests / tmpfs / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
a3322868
AD
2CFLAGS += -Wall -O2
3CFLAGS += -D_GNU_SOURCE
4
5TEST_GEN_PROGS :=
6TEST_GEN_PROGS += bug-link-o-tmpfile
7
8include ../lib.mk