blob: 05b4d30cdd3c67d09bab944ac01937f5839194c9 [file] [log] [blame] [edit]
# List of programs to build
hostprogs-$(CONFIG_SAMPLE_STATX) := test-statx test-fsinfo test-fs-query
# Tell kbuild to always build the programs
always := $(hostprogs-y)
HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include
HOSTCFLAGS_test-fsinfo.o += -I$(objtree)/usr/include
HOSTLOADLIBES_test-fsinfo += -lm
HOSTCFLAGS_test-fs-query.o += -I$(objtree)/usr/include