X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=hal%2Fsoc_temperature_hal%2FMakefile;h=01da538c4abb5287de948e0c463c971c7f0ece5d;hb=1cce3a0f69dae022c778308e9326385a6b113bf8;hp=62ce12d00ca6b66e048cf552190d8656fa14ac63;hpb=604011e21f44b51f3540711ffe53a16362796ae5;p=staging%2Fbasesystem.git diff --git a/hal/soc_temperature_hal/Makefile b/hal/soc_temperature_hal/Makefile index 62ce12d..01da538 100755 --- a/hal/soc_temperature_hal/Makefile +++ b/hal/soc_temperature_hal/Makefile @@ -20,10 +20,10 @@ 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_obsoluted.h +CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_deprecated.h ######### compile options ####################### CXXFLAGS += -Wall -fPIC @@ -32,7 +32,7 @@ CXXFLAGS += -Wall -fPIC LDFLAGS += -shared LDFLAGS += -Wl,--no-as-needed LDFLAGS += -Wl,--no-undefined -LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/agl/lib +LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib/basesystem RPATH :=