xref: /openbmc/linux/samples/vfs/Makefile (revision 6944a06d)
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