From f375d527c775582f4229a94d96177f18d80f0008 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Sun, 22 Nov 2020 07:31:12 +0900 Subject: 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 Change-Id: I353cfe3017967ae25348ce10460e453a96d6424e --- hal/soc_temperature_hal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hal/soc_temperature_hal/Makefile') diff --git a/hal/soc_temperature_hal/Makefile b/hal/soc_temperature_hal/Makefile index 62ce12d..12b2fa5 100755 --- a/hal/soc_temperature_hal/Makefile +++ b/hal/soc_temperature_hal/Makefile @@ -32,7 +32,7 @@ CXXFLAGS += -Wall -fPIC LDFLAGS += -shared LDFLAGS += -Wl,--no-as-needed LDFLAGS += -Wl,--no-undefined -LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/agl/lib +LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib/basesystem RPATH := -- cgit 1.2.3-korg