aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-10-05 03:53:30 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-10-16 21:50:18 +0300
commit4ab7a7b22b15011eb69c3e473278db13319aba52 (patch)
tree85ef92e8bc91f74316fbbc7d79b6808d40b265d8 /Makefile.am
parent53b735f14a9a1df23b054f15ce148e2fa36abe0f (diff)
build: move handling of include files to include dir
There is little point in handling common headers in platform-specific dir. Move respective definitions to include/Makefie.am. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c8013c2c8..c28b02291 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,9 @@ PLATFORM_DIR = platform/linux-generic
PLATFORM_TEST_DIR = platform/linux-generic/test
endif
-SUBDIRS = $(PLATFORM_DIR) \
+SUBDIRS = \
+ include \
+ $(PLATFORM_DIR) \
helper \
helper/test \
doc \