X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=hal%2Fdeck_hal%2FMakefile;h=340571abdab92a286007349987f37f0a91e0ba62;hb=604011e21f44b51f3540711ffe53a16362796ae5;hp=fbe4ddfa64fc472e405b454224941e0b596623ae;hpb=17cf21bcf8a2e29d2cbcf0a313474d2a4ee44f5d;p=staging%2Fbasesystem.git diff --git a/hal/deck_hal/Makefile b/hal/deck_hal/Makefile index fbe4ddf..340571a 100755 --- a/hal/deck_hal/Makefile +++ b/hal/deck_hal/Makefile @@ -22,8 +22,8 @@ HEADER := hal_api/deck_hal.h ######### include paths/files ################### 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$(SDKTARGETSYSROOT)/usr/include/basesystem +CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsoluted.h ######### compile options ####################### CXXFLAGS += -Wall -fPIC