summaryrefslogtreecommitdiffstats
path: root/hal/can_hal/src/Makefile
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-22 07:31:12 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2020-11-23 13:37:19 +0000
commitf375d527c775582f4229a94d96177f18d80f0008 (patch)
treecb76ab1d10a3a454316a8af44ea8ae9d3430e3ad /hal/can_hal/src/Makefile
parent9ce78547cb47c9db0d75cc7b36f8e679e831820b (diff)
Fix the path to the directory for the libraries
Fix the path to the directory of the libraries, '/usr/agl/lib' to follow the standard, '/usr/lib' and add subsystem name 'basesystem' for agl-basesystem. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Change-Id: I353cfe3017967ae25348ce10460e453a96d6424e
Diffstat (limited to 'hal/can_hal/src/Makefile')
-rwxr-xr-xhal/can_hal/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/hal/can_hal/src/Makefile b/hal/can_hal/src/Makefile
index f34eb75..03cdcab 100755
--- a/hal/can_hal/src/Makefile
+++ b/hal/can_hal/src/Makefile
@@ -38,9 +38,9 @@ LDFLAGS += -shared
LDFLAGS += -Wl,--gc-sections
LDFLAGS += -Wl,--no-as-needed
LDFLAGS += -Wl,--no-undefined
-LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/agl/lib
+LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib/basesystem
-RPATH := /usr/lib:/usr/agl/lib
+RPATH := /usr/lib:/usr/lib/basesystem
######### linked library ########################
LDLIBS += -Wl,-Bdynamic -lstdc++