X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=hal%2Fpower_hal%2FMakefile;h=ba5f3ab6adaf5b868ec53538b7fe525e731b02b4;hb=604011e21f44b51f3540711ffe53a16362796ae5;hp=b0a0c28d7751fc873d999678208df80123728db7;hpb=17cf21bcf8a2e29d2cbcf0a313474d2a4ee44f5d;p=staging%2Fbasesystem.git diff --git a/hal/power_hal/Makefile b/hal/power_hal/Makefile index b0a0c28..ba5f3ab 100755 --- a/hal/power_hal/Makefile +++ b/hal/power_hal/Makefile @@ -21,9 +21,8 @@ HEADER := hal_api/power_hal.h ######### include paths/files ################### CXXFLAGS += -I./hal_api/ -CXXFLAGS += -I$(SDKTARGETSYSROOT)/usr/agl/include -#CXXFLAGS += -I$(SDKTARGETSYSROOT)/usr/agl/include/stub -CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/agl/include/agl_types_obsoluted.h +CXXFLAGS += -I$(SDKTARGETSYSROOT)/usr/include/basesystem +CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h ######### compile options ####################### CXXFLAGS += -Wall -fPIC