Fix the path to the directory of the include files
[staging/basesystem.git] / hal / nv_hal / Makefile
index 2f2d89f..a6c2ee8 100755 (executable)
@@ -22,8 +22,8 @@ HEADER := hal_api/nv_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/basesystem
+CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h
 
 ######### compile options #######################
 CXXFLAGS += -Wall -fPIC