aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-08-07 14:00:56 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-08-11 16:00:03 +0300
commit7fff60ad52dd6eded34edfbeb139335c93897b15 (patch)
tree920d0ea7a8f3ef8fb8429a31da1f1c8b37ed17b3 /platform/linux-generic
parentffe8dc2f206451d2d320de7ec886a358aeaeddb4 (diff)
linux-generic: remove linux-generic makefile generation from common configure.ac
Platform is free to choose internal structure. No need to create Makefiles from common configure.ac. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Nicolas Morey-Chaisemartin <morey@kalray.eu> Reviewed-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'platform/linux-generic')
-rw-r--r--platform/linux-generic/m4/configure.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/linux-generic/m4/configure.m4 b/platform/linux-generic/m4/configure.m4
index 55124f1..bb92198 100644
--- a/platform/linux-generic/m4/configure.m4
+++ b/platform/linux-generic/m4/configure.m4
@@ -16,4 +16,6 @@ AC_LINK_IFELSE(
echo "Use newer version. For gcc > 4.7.0"
exit -1)
-AC_CONFIG_FILES([platform/linux-generic/test/Makefile])
+AC_CONFIG_FILES([platform/linux-generic/Makefile
+ platform/linux-generic/test/Makefile
+ platform/linux-generic/test/pktio/Makefile])