Fix the path to the directory of the include files
[staging/basesystem.git] / hal / usb_hal / Makefile
index 1a107ce..be2b796 100755 (executable)
@@ -22,8 +22,8 @@ HEADER := ./hal_api/usb_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