Fix the path to the architecture-independent data
[staging/basesystem.git] / hal / positioning_hal / Makefile
index 0b5a74d..d0d0a69 100755 (executable)
@@ -25,8 +25,8 @@ CXXFLAGS += -I./inc/Common
 CXXFLAGS += -I./inc/GpsCommon
 CXXFLAGS += -I./inc/LineSensDrv
 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/basesystem
+CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h
 
 
 ######### compile options #######################