diff options
author | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-18 00:38:34 +0900 |
---|---|---|
committer | Riku Nomoto <riku_nomoto@mail.toyota.co.jp> | 2020-12-19 11:20:15 +0000 |
commit | 34d32dbb0cea889f1091b9e73329841dbb578ef9 (patch) | |
tree | 5f4bf34dc5d90afe375d3bf42522b5593c699e20 /hal | |
parent | eea0653077cedf807c8acab32b89b70b4358da85 (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 'hal')
-rwxr-xr-x | hal/can_hal/can_hal.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hal/can_hal/can_hal.mk b/hal/can_hal/can_hal.mk index 546d6ad..0985743 100755 --- a/hal/can_hal/can_hal.mk +++ b/hal/can_hal/can_hal.mk @@ -35,5 +35,4 @@ COMPONENT_LDLIBS := COMPONENT_LDFLAGS := ############################################################## - -include $(SDKTARGETSYSROOT)/usr/share/basesystem/agl.mk +include $(CURRENT_DIR)/../../agl-basefiles/share/agl.mk |