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/power_hal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hal/power_hal/Makefile') diff --git a/hal/power_hal/Makefile b/hal/power_hal/Makefile index f717d70..db0c281 100755 --- a/hal/power_hal/Makefile +++ b/hal/power_hal/Makefile @@ -22,7 +22,7 @@ HEADER := hal_api/power_hal.h ######### include paths/files ################### 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