From 3b1a450f99e6f5536384d22334418b6e82e9d3c4 Mon Sep 17 00:00:00 2001 From: Riku Nomoto Date: Tue, 15 Dec 2020 23:01:54 +0900 Subject: 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 Change-Id: Id9d58399b0eea778641ba627cf7b7f845ed43e0a --- hal/boot_hal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hal/boot_hal') diff --git a/hal/boot_hal/Makefile b/hal/boot_hal/Makefile index d5af569..7747cc9 100755 --- a/hal/boot_hal/Makefile +++ b/hal/boot_hal/Makefile @@ -23,7 +23,7 @@ HEADER := hal_api/boot_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 -- cgit 1.2.3-korg