commit | 420f0ccdfd97fdba2047c3f219a3dfbdc5c2f6a0 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Mar 27 19:17:21 2018 +0100 |
committer | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Mar 27 19:17:21 2018 +0100 |
tree | 60e75c5bfd6c188c00772f382796209963a7b983 | |
parent | d1b1788b40ef8dd5e3393a32eea439a68f9fc6a1 [diff] [blame] |
Make DLEXT var configurable in programs and tests makefiles
diff --git a/tests/Makefile b/tests/Makefile index 4787f25..d85617f 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -35,7 +35,7 @@ SHARED_SUFFIX=.$(DLEXT) endif else -DLEXT=so +DLEXT ?= so EXEXT= SHARED_SUFFIX= endif