4ac9690fb3c40dcac47ff8fd30a1ff6a1500ea16
[platform/kernel/linux-starfive.git] / samples / vfs / Makefile
1 # List of programs to build
2 hostprogs-$(CONFIG_SAMPLE_VFS) := \
3         test-fsmount \
4         test-statx
5
6 # Tell kbuild to always build the programs
7 always := $(hostprogs-y)
8
9 HOSTCFLAGS_test-fsmount.o += -I$(objtree)/usr/include
10 HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include