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/nv_hal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hal/nv_hal/Makefile') diff --git a/hal/nv_hal/Makefile b/hal/nv_hal/Makefile index a6c2ee8..7109505 100755 --- a/hal/nv_hal/Makefile +++ b/hal/nv_hal/Makefile @@ -29,7 +29,7 @@ CXXFLAGS += -include $(SDKTARGETSYSROOT)/usr/include/basesystem/agl_types_obsolu CXXFLAGS += -Wall -fPIC ######### link options ########################## -LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/agl/lib +LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib/basesystem LDFLAGS += -shared LDFLAGS += -Wl,--no-as-needed LDFLAGS += -Wl,--no-undefined -- cgit 1.2.3-korg