]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - tools/testing/selftests/tmpfs/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.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