Makefile 249 Bytes
Newer Older
1
# List of programs to build
2
hostprogs-y := \
3 4
	test-fsmount \
	test-statx
5 6 7 8

# Tell kbuild to always build the programs
always := $(hostprogs-y)

9
HOSTCFLAGS_test-fsmount.o += -I$(objtree)/usr/include
10
HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include