X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=hal%2Fsoc_temperature_hal%2FMakefile;h=602297e3db374fae71d9061fb077c03af021b450;hb=2398c899d37acd18ba13304460d3248b3ada3e09;hp=fa30b357d00b426cca0af76824e7b78da8424ce1;hpb=17cf21bcf8a2e29d2cbcf0a313474d2a4ee44f5d;p=staging%2Fbasesystem.git diff --git a/hal/soc_temperature_hal/Makefile b/hal/soc_temperature_hal/Makefile index fa30b35..602297e 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/agl/include -CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/agl/include/agl_types_obsoluted.h +CXXFLAGS += -I=/usr/include/basesystem +CXXFLAGS += -include 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=/usr/lib/basesystem RPATH :=