2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-23 14:57:06 +00:00
Files
openvswitch/include/sparse/automake.mk
Ethan Jackson f046804891 sparse: Fix sparse when compiling DPDK.
Sparse doesn't like several of the DPDK header files.  This patch
works around it so we can get analysis when compiling DPDK.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
2015-05-22 13:27:57 -07:00

16 lines
537 B
Makefile

noinst_HEADERS += \
include/sparse/arpa/inet.h \
include/sparse/assert.h \
include/sparse/bmi2intrin.h \
include/sparse/emmintrin.h \
include/sparse/math.h \
include/sparse/netinet/in.h \
include/sparse/netinet/ip6.h \
include/sparse/netpacket/packet.h \
include/sparse/pthread.h \
include/sparse/rte_atomic.h \
include/sparse/rte_lcore.h \
include/sparse/rte_vect.h \
include/sparse/sys/socket.h \
include/sparse/sys/wait.h