mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-27 13:43:53 +00:00
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>
This commit is contained in:
parent
365ce9997b
commit
ab923bb9e2
@ -2,6 +2,7 @@ CC = $(CROSS_COMPILE)gcc
|
|||||||
CFLAGS += -D_FILE_OFFSET_BITS=64
|
CFLAGS += -D_FILE_OFFSET_BITS=64
|
||||||
CFLAGS += -I../../../../include/uapi/
|
CFLAGS += -I../../../../include/uapi/
|
||||||
CFLAGS += -I../../../../include/
|
CFLAGS += -I../../../../include/
|
||||||
|
CFLAGS += -I../../../../usr/include/
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(CC) $(CFLAGS) memfd_test.c -o memfd_test
|
$(CC) $(CFLAGS) memfd_test.c -o memfd_test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user