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