Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab923bb9 authored by Tyler Baker's avatar Tyler Baker Committed by Shuah Khan
Browse files

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: default avatarTyler Baker <tyler.baker@linaro.org>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 365ce999
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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