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