summaryrefslogtreecommitdiffstats
path: root/video_in_hal/boot_hal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'video_in_hal/boot_hal/Makefile')
-rwxr-xr-xvideo_in_hal/boot_hal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/video_in_hal/boot_hal/Makefile b/video_in_hal/boot_hal/Makefile
index d184316..9349d2a 100755
--- a/video_in_hal/boot_hal/Makefile
+++ b/video_in_hal/boot_hal/Makefile
@@ -22,14 +22,14 @@ HEADER := hal_api/boot_hal.h
######### include paths/files ###################
CXXFLAGS := -I./inc/
CXXFLAGS += -I./hal_api/
-CXXFLAGS += -I$(SDKTARGETSYSROOT)/usr/agl/include
-CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/agl/include/agl_types_obsoluted.h
+CXXFLAGS += -I$(SDKTARGETSYSROOT)/usr/include
+CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/agl_types_obsoluted.h
######### compile options #######################
CXXFLAGS += -Wall -fPIC
######### link options ##########################
-LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/agl/lib
+LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib
LDFLAGS += -shared
LDFLAGS += -Wl,--no-as-needed
LDFLAGS += -Wl,--no-undefined