summaryrefslogtreecommitdiffstats
path: root/hal/input_hal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hal/input_hal/Makefile')
-rwxr-xr-xhal/input_hal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hal/input_hal/Makefile b/hal/input_hal/Makefile
index d03b12d..0a0de84 100755
--- a/hal/input_hal/Makefile
+++ b/hal/input_hal/Makefile
@@ -33,7 +33,7 @@ CXXFLAGS += -Wall -fPIC
CXXFLAGS += -D_USE_DRM
######### link options ##########################
-LDFLAGS := -shared
+LDFLAGS += -shared
LDFLAGS += -Wl,--no-as-needed
LDFLAGS += -Wl,--no-undefined
LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib/basesystem