kprobes: Do not expose probe addresses to non-CAP_SYSLOG
[linux/fpc-iii.git] / samples / vfs / Makefile
blobe21c9f6fe9bed5f8105bac9b20ace62ea3164890
1 # SPDX-License-Identifier: GPL-2.0-only
2 # List of programs to build
3 hostprogs-y := \
4 test-fsmount \
5 test-statx
7 # Tell kbuild to always build the programs
8 always := $(hostprogs-y)
10 HOSTCFLAGS_test-fsmount.o += -I$(objtree)/usr/include
11 HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include