diff options
author | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-02 11:28:51 +0900 |
---|---|---|
committer | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-03 08:22:54 +0000 |
commit | 6a92f7313008d01f6a12d4d2a8f5f92d043ca29e (patch) | |
tree | 094395346a8d4409c1c81d0ace53a16a414175cf /stub | |
parent | 7ab637d7f01e712488deab0d318443ed9a81d5ae (diff) |
Changed autoconf.h ref to /kernel-build-artifacts
By not copying autoconf.h to usr/include/linux and not using it,
changed from linux/autoconf.h to generated/autoconf.h
https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-devel/+/25647/1/meta-oem-production-readiness/meta-agl-basesystem/recipes-core/agl-basefiles/agl-basefiles_1.0.0.bb#33
Bug-AGL: SPEC-3670
Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: I694147d0427c43a2fc96b26304f5bf60d23de914
Diffstat (limited to 'stub')
-rwxr-xr-x | stub/communication_subcpu/client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stub/communication_subcpu/client/Makefile b/stub/communication_subcpu/client/Makefile index b232f9c..884076a 100755 --- a/stub/communication_subcpu/client/Makefile +++ b/stub/communication_subcpu/client/Makefile @@ -30,6 +30,7 @@ VPATH += include/stub ######### add include path ############# CPPFLAGS += -I./include CPPFLAGS += -I./include/$(COMPONENT_NAME) +CPPFLAGS += -I$(KERNEL_HEADER_DIR) ######### add compile option ############# |