From 3828b456124b85093b414984daacbc8fae39dfca Mon Sep 17 00:00:00 2001 From: aaron conole Date: Fri, 4 Aug 2017 13:00:55 -0400 Subject: dpdkstrip: add a preprocessor tool for stripping dpdk blocks Normally, in C code, pre-processing macros can be used to enable/disable specific functionality based on switches passed to configure. This works for DPDK using the --with-dpdk flag, which sets the DPDK_NETDEV define to the appropriate value. However, not all files are processed with the C pre-processor. For those files which are not, this commit adds a new pre-processor tool for .in files to either include or exclude those stanzas as appropriate. Signed-off-by: Aaron Conole Signed-off-by: Russell Bryant --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 373ef6e91..035afe60b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,6 +82,7 @@ EXTRA_DIST = \ build-aux/cksum-schema-check \ build-aux/calculate-schema-cksum \ build-aux/dist-docs \ + build-aux/dpdkstrip.pl \ build-aux/sodepends.pl \ build-aux/soexpand.pl \ build-aux/xml2nroff \ -- cgit v1.2.1