aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-07-06 15:13:52 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-07-09 14:19:16 +0300
commit38de6769b9b96b90b8ef6fbbf2049ce03aadd5c6 (patch)
treeee7ef9b780dc5d3a188509e60d70d6dbccc4e72b /Makefile.am
parent183af08a08473293c4317ff651fe1f75ddd84bde (diff)
helper: convert to a library
Remove the need to build helper source files into the linux-generic library by converting helpers to be their own library. This removes the need for all other platforms to also build in the helpers which are optional just to run the tests. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2c8a9d643..7ce3a3c5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,10 @@ AUTOMAKE_OPTIONS = foreign
#@with_platform@ works alone in subdir but not as part of a path???
SUBDIRS = @platform_with_platform@ \
+ helper \
test \
@platform_with_platform_test@ \
- helper \
+ helper/test \
doc \
example \
scripts