summaryrefslogtreecommitdiffstats
path: root/service/peripheral/peripheral_service.mk
diff options
context:
space:
mode:
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-18 00:38:34 +0900
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-19 11:20:15 +0000
commit34d32dbb0cea889f1091b9e73329841dbb578ef9 (patch)
tree5f4bf34dc5d90afe375d3bf42522b5593c699e20 /service/peripheral/peripheral_service.mk
parenteea0653077cedf807c8acab32b89b70b4358da85 (diff)
Changed the path of agl.mk in the Makefile for each service.
Changed the location of agl.mk from sysroot to src folder. Therefore, the Yocto recipes need to change the S and subpath. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: If0c6da774faf82237acbeb1f7d33f4dbc2858906
Diffstat (limited to 'service/peripheral/peripheral_service.mk')
-rwxr-xr-xservice/peripheral/peripheral_service.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/peripheral/peripheral_service.mk b/service/peripheral/peripheral_service.mk
index 561c241..a573f92 100755
--- a/service/peripheral/peripheral_service.mk
+++ b/service/peripheral/peripheral_service.mk
@@ -41,4 +41,4 @@ COMPONENT_LDFLAGS :=
##############################################################
-include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk
+include $(CURRENT_DIR)/../../agl-basefiles/share/agl.mk