/usr/src/linux-azure-headers-4.15.0-1025/samples/statx/Makefile is in linux-azure-headers-4.15.0-1025 4.15.0-1025.26.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | # List of programs to build
hostprogs-$(CONFIG_SAMPLE_STATX) := test-statx
# Tell kbuild to always build the programs
always := $(hostprogs-y)
HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include
|