commit | 504ac5c8847464e5b23827d74fb1a0413f58acf4 | [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 20:04:18 2018 +0100 |
tree | b29d930e952782bacdcf52f3d78e41e5039a0d7a | |
parent | 8ee215632c2cd0701378c6c855a00971ce9bf777 [diff] |
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