Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftest/memfd: include default header install path

Include the default path for INSTALL_HDR_PATH to make it less intrusive when
cross building.

Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>

authored by

Tyler Baker and committed by
Shuah Khan
ab923bb9 365ce999

+1
+1
tools/testing/selftests/memfd/Makefile
··· 2 2 CFLAGS += -D_FILE_OFFSET_BITS=64 3 3 CFLAGS += -I../../../../include/uapi/ 4 4 CFLAGS += -I../../../../include/ 5 + CFLAGS += -I../../../../usr/include/ 5 6 6 7 all: 7 8 $(CC) $(CFLAGS) memfd_test.c -o memfd_test