summaryrefslogtreecommitdiffstats
path: root/hal/clock_hal
diff options
context:
space:
mode:
Diffstat (limited to 'hal/clock_hal')
-rwxr-xr-xhal/clock_hal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/clock_hal/Makefile b/hal/clock_hal/Makefile
index a98cb3c..371d1db 100755
--- a/hal/clock_hal/Makefile
+++ b/hal/clock_hal/Makefile
@@ -23,7 +23,7 @@ HEADER := hal_api/clock_hal.h
CXXFLAGS := -I./inc/
CXXFLAGS += -I./hal_api/
CXXFLAGS += -I$(SDKTARGETSYSROOT)/usr/include/basesystem
-CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h
+CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_deprecated.h
######### compile options #######################
CXXFLAGS += -Wall -fPIC