diff options
author | Tyler Baker <tyler.baker@linaro.org> | 2015-04-01 19:20:18 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-04-02 14:41:03 -0400 |
commit | ab923bb9e2aedc9333aa0153a610a9de8993345e (patch) | |
tree | 2030b287c485f6927fc65c9398d833c1e0d8e7c5 /tools/testing/selftests/memfd | |
parent | 365ce9997b40c763413e965bd6a3a87dfce01f74 (diff) |
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>
Diffstat (limited to 'tools/testing/selftests/memfd')
-rw-r--r-- | tools/testing/selftests/memfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/memfd/Makefile b/tools/testing/selftests/memfd/Makefile index 69f08ab51551..3e7eb7972511 100644 --- a/tools/testing/selftests/memfd/Makefile +++ b/tools/testing/selftests/memfd/Makefile | |||
@@ -2,6 +2,7 @@ CC = $(CROSS_COMPILE)gcc | |||
2 | CFLAGS += -D_FILE_OFFSET_BITS=64 | 2 | CFLAGS += -D_FILE_OFFSET_BITS=64 |
3 | CFLAGS += -I../../../../include/uapi/ | 3 | CFLAGS += -I../../../../include/uapi/ |
4 | CFLAGS += -I../../../../include/ | 4 | CFLAGS += -I../../../../include/ |
5 | CFLAGS += -I../../../../usr/include/ | ||
5 | 6 | ||
6 | all: | 7 | all: |
7 | $(CC) $(CFLAGS) memfd_test.c -o memfd_test | 8 | $(CC) $(CFLAGS) memfd_test.c -o memfd_test |