treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / samples / vfs / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
a528d35e 2# List of programs to build
6944a06d 3hostprogs-y := \
f1b5618e
DH
4 test-fsmount \
5 test-statx
a528d35e
DH
6
7# Tell kbuild to always build the programs
8always := $(hostprogs-y)
9
f1b5618e 10HOSTCFLAGS_test-fsmount.o += -I$(objtree)/usr/include
a528d35e 11HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include