summaryrefslogtreecommitdiffstats
path: root/hal/soc_temperature_hal
diff options
context:
space:
mode:
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-17 12:02:22 +0900
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-17 12:02:22 +0900
commit1cce3a0f69dae022c778308e9326385a6b113bf8 (patch)
treefca396d3bda290ef8bcc4d43905dabbaaa5ecc3b /hal/soc_temperature_hal
parent3b1a450f99e6f5536384d22334418b6e82e9d3c4 (diff)
Fixed overwriting of CXXFLAGS.
Replaced "CXXFLAGS :=" to "CXXFLAGS +=" in Makefiles. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: Ia467b8522677e7bb215131f6f7854d3664b121a4
Diffstat (limited to 'hal/soc_temperature_hal')
-rwxr-xr-xhal/soc_temperature_hal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/soc_temperature_hal/Makefile b/hal/soc_temperature_hal/Makefile
index 4c0d666..01da538 100755
--- a/hal/soc_temperature_hal/Makefile
+++ b/hal/soc_temperature_hal/Makefile
@@ -20,7 +20,7 @@ TARGET := libsoc_temperature_hal.so
HEADER := hal_api/soc_temperature_hal.h
######### include paths/files ###################
-CXXFLAGS := -I./inc/
+CXXFLAGS += -I./inc/
CXXFLAGS += -I./hal_api/
CXXFLAGS += -I$(SDKTARGETSYSROOT)/usr/include/basesystem
CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_deprecated.h