aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-09-14 11:20:50 +0300
committerMatias Elo <matias.elo@nokia.com>2020-09-21 13:17:19 +0300
commit1184438b283faf02b1fb93f555187d11b8f2943b (patch)
treeeac6cccc5a9d5782bafa0177e483966c080a913e /helper
parentf645d920fd2e5d9f54a6a39557080f2ac312acbc (diff)
build: fix build for linux-generic platform
Fix linux-generic platform build by isolating linux-dpdk specific build system modifications. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'helper')
-rw-r--r--helper/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index 8347ff96d..fa59d82da 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -1,4 +1,6 @@
+if PLATFORM_IS_LINUX_DPDK
include $(top_srcdir)/platform/@with_platform@/Makefile.inc
+endif
include $(top_srcdir)/Makefile.inc