diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-12-14 19:26:43 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-12-14 19:27:12 +0100 |
commit | 02b7c569022239a2b5dfff5c97a318e4f611f253 (patch) | |
tree | 914493eaec208e889829fe37c50d929d7bfbbc07 /hal | |
parent | 7a57c1641c29587a7d15173548fbcb131652b621 (diff) |
input_hal: do not reset LDFLAGS but amend
Do not reset the LFDLAGS in the Makefile.
This fixes a QA issue in the build.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Idff63aef9715528fb80f7556f191ea3b8c64cbed
Diffstat (limited to 'hal')
-rwxr-xr-x | hal/input_hal/Makefile | 2 |
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 |