xref: /linux/samples/vfs/Makefile (revision 6944a06d141b9afea38b15da08bd773d90abef0c)
1f1b5618eSDavid Howells# List of programs to build
2*6944a06dSMasahiro Yamadahostprogs-y := \
3f1b5618eSDavid Howells	test-fsmount \
4f1b5618eSDavid Howells	test-statx
5f1b5618eSDavid Howells
6f1b5618eSDavid Howells# Tell kbuild to always build the programs
7f1b5618eSDavid Howellsalways := $(hostprogs-y)
8f1b5618eSDavid Howells
9f1b5618eSDavid HowellsHOSTCFLAGS_test-fsmount.o += -I$(objtree)/usr/include
10f1b5618eSDavid HowellsHOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include
11