summaryrefslogtreecommitdiffstats
path: root/hal/video_in_hal
diff options
context:
space:
mode:
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-19 20:35:59 +0900
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-20 16:58:59 +0000
commit2398c899d37acd18ba13304460d3248b3ada3e09 (patch)
tree214f06fb2acd00656d91a6cba48f8f3ee4768e8d /hal/video_in_hal
parent9ad7db2494675c110a7b3a4607ccde3a7e4f6c3c (diff)
Changed to not use SDKTARGETSYSROOT.
Yocto sets the recipe-sysroot directory as the sysroot. Therefore, there is no need to define the path of the recipe-sysroot using SDKTARGETSYSROOT in the recipe. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I9f3c7155a0f9656a916a2d6ba71371a4376b502b
Diffstat (limited to 'hal/video_in_hal')
-rwxr-xr-xhal/video_in_hal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/hal/video_in_hal/Makefile b/hal/video_in_hal/Makefile
index d22e9ee..cdbdfdf 100755
--- a/hal/video_in_hal/Makefile
+++ b/hal/video_in_hal/Makefile
@@ -21,7 +21,8 @@ HEADER = hal_api/video_in_hal.h
######### include paths/files ###################
CFLAGS += -I./hal_api/
-CFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_deprecated.h
+CFLAGS += -I=/usr/include/basesystem
+CFLAGS += -include agl_types_deprecated.h
######### compile options #######################
CFLAGS += -Wall -fPIC