summaryrefslogtreecommitdiff
path: root/include/sparse/automake.mk
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2019-04-26 11:08:49 +0300
committerIlya Maximets <i.maximets@samsung.com>2019-06-06 18:54:57 +0300
commit50f48c27e282db4fabdeb737d715d5bbedd1877a (patch)
tree885035963222f28db450629647cc458403c6e76b /include/sparse/automake.mk
parent346c653823d097a4a19fcf5298ec905e8bb5cacd (diff)
downloadopenvswitch-50f48c27e282db4fabdeb737d715d5bbedd1877a.tar.gz
sparse: Re-allow sparse builds with dpdk.
Few structures from rte_flow.h updated to the version from DPDK 18.11 to fix incorrect structure definitions. rte_lcore.h and rte_vect.h "sparse" headers removed because not needed and only produce type-mismatch issues. Enabled -Werror for sparse builds with DPDK to prevent regressions. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include/sparse/automake.mk')
-rw-r--r--include/sparse/automake.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sparse/automake.mk b/include/sparse/automake.mk
index 274d52577..f65c27255 100644
--- a/include/sparse/automake.mk
+++ b/include/sparse/automake.mk
@@ -17,9 +17,7 @@ noinst_HEADERS += \
include/sparse/netpacket/packet.h \
include/sparse/pthread.h \
include/sparse/rte_atomic.h \
- include/sparse/rte_lcore.h \
include/sparse/rte_memcpy.h \
- include/sparse/rte_vect.h \
include/sparse/sys/socket.h \
include/sparse/sys/sysmacros.h \
include/sparse/sys/types.h \