selftest/memfd: include default header install path
authorTyler Baker <tyler.baker@linaro.org>
Wed, 1 Apr 2015 23:20:18 +0000 (16:20 -0700)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 2 Apr 2015 18:41:03 +0000 (12:41 -0600)
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>
tools/testing/selftests/memfd/Makefile

index 69f08ab515515d96b16cec072bd6de94a521b93c..3e7eb7972511c657af9ca54e6468542a42a5bd33 100644 (file)
@@ -2,6 +2,7 @@ CC = $(CROSS_COMPILE)gcc
 CFLAGS += -D_FILE_OFFSET_BITS=64
 CFLAGS += -I../../../../include/uapi/
 CFLAGS += -I../../../../include/
+CFLAGS += -I../../../../usr/include/
 
 all:
        $(CC) $(CFLAGS) memfd_test.c -o memfd_test