summaryrefslogtreecommitdiffstats
path: root/hal/deck_hal
diff options
context:
space:
mode:
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-15 23:01:54 +0900
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-17 02:08:15 +0000
commit3b1a450f99e6f5536384d22334418b6e82e9d3c4 (patch)
treea6fcad37ecd02bed46e533afc25371380ba15959 /hal/deck_hal
parent54bb9c84684274ce393310e22e00baced4951577 (diff)
Changed the name of a file and some lines
From agl_types_obsoluted.h => agl_types_deprecated.h because "obsolute" is misspelled. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: Id9d58399b0eea778641ba627cf7b7f845ed43e0a
Diffstat (limited to 'hal/deck_hal')
-rwxr-xr-xhal/deck_hal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/deck_hal/Makefile b/hal/deck_hal/Makefile
index 0d66a46..7b84f44 100755
--- a/hal/deck_hal/Makefile
+++ b/hal/deck_hal/Makefile
@@ -23,7 +23,7 @@ HEADER := hal_api/deck_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