a3e4ffd4c773a105cbd6ee56441111571c36e090
[linux-2.6-block.git] / samples / vfs / Makefile
1 # List of programs to build
2 hostprogs-y := \
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