summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorGabriel Krisman Bertazi <krisman@collabora.com>2024-07-24 15:06:21 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-07-27 10:46:16 +0200
commit9b4e471059a26203baad1021741096afcd4a9d08 (patch)
treed037ff85e9450c618f7c6464744eaf843ceca536 /samples
parent11874ffea7b006dcebb1dacf1a010109bb971966 (diff)
downloadlinux-9b4e471059a26203baad1021741096afcd4a9d08.tar.gz
linux-9b4e471059a26203baad1021741096afcd4a9d08.tar.bz2
linux-9b4e471059a26203baad1021741096afcd4a9d08.zip
samples: Make fs-monitor depend on libc and headers
[ Upstream commit 8fc70b3a142f97f7859bf052151df896933d2586 ] Prevent build errors when headers or libc are not available, such as on kernel build bots, like the below: samples/fanotify/fs-monitor.c:7:10: fatal error: errno.h: No such file or directory 7 | #include <errno.h> | ^~~~~~~~~ Link: https://lore.kernel.org/r/87fsslasgz.fsf@collabora.com Suggested-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples')
-rw-r--r--samples/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index 88353b8eac0b..56539b21f2c7 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -122,7 +122,7 @@ config SAMPLE_CONNECTOR
config SAMPLE_FANOTIFY_ERROR
bool "Build fanotify error monitoring sample"
- depends on FANOTIFY
+ depends on FANOTIFY && CC_CAN_LINK && HEADERS_INSTALL
help
When enabled, this builds an example code that uses the
FAN_FS_ERROR fanotify mechanism to monitor filesystem