summaryrefslogtreecommitdiffstats
path: root/hal/video_in_hal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hal/video_in_hal/Makefile')
-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