summaryrefslogtreecommitdiffstats
path: root/hal/usb_hal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hal/usb_hal/Makefile')
-rwxr-xr-xhal/usb_hal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hal/usb_hal/Makefile b/hal/usb_hal/Makefile
index 1a107ce..be2b796 100755
--- a/hal/usb_hal/Makefile
+++ b/hal/usb_hal/Makefile
@@ -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