Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
refs/heads/mount-context
/
.
/
samples
/
mount_api
/
Makefile
blob: 6856df236dbf4e280f2c211f8f4d1f2f9cc37e9b [
file
] [
log
] [
blame
] [
edit
]
# List of programs to build
hostprogs
-
$
(
CONFIG_SAMPLE_MOUNT_API
)
:=
test
-
fsmount
# Tell kbuild to always build the programs
always
:=
$
(
hostprogs
-
y
)
HOSTCFLAGS_test
-
fsmount
.
o
+=
-
I$
(
objtree
)/
usr
/
include