1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2f1b5618eSDavid Howells# List of programs to build 36944a06dSMasahiro Yamadahostprogs-y := \ 4f1b5618eSDavid Howells test-fsmount \ 5f1b5618eSDavid Howells test-statx 6f1b5618eSDavid Howells 7f1b5618eSDavid Howells# Tell kbuild to always build the programs 8f1b5618eSDavid Howellsalways := $(hostprogs-y) 9f1b5618eSDavid Howells 10f1b5618eSDavid HowellsHOSTCFLAGS_test-fsmount.o += -I$(objtree)/usr/include 11f1b5618eSDavid HowellsHOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include 12