projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
365ce99
)
selftest/memfd: include default header install path
author
Tyler Baker
<tyler.baker@linaro.org>
Wed, 1 Apr 2015 23:20:18 +0000
(16:20 -0700)
committer
Shuah 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
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/memfd/Makefile
b/tools/testing/selftests/memfd/Makefile
index 69f08ab515515d96b16cec072bd6de94a521b93c..3e7eb7972511c657af9ca54e6468542a42a5bd33 100644
(file)
--- a/
tools/testing/selftests/memfd/Makefile
+++ b/
tools/testing/selftests/memfd/Makefile
@@
-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