Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.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