aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/odp_ipc.m4
blob: 78217e221efe6158d51a6834a982db9524fec3c0 (plain)
1
2
3
4
5
6
7
8
9
##########################################################################
# Enable IPC pktio support
##########################################################################
AC_ARG_ENABLE([pktio_ipc_support],
    [  --enable-pktio_ipc-support  include ipc IO support],
    [if test x$enableval = xyes; then
	pktio_ipc_support=yes
	ODP_CFLAGS="$ODP_CFLAGS -D_ODP_PKTIO_IPC"
    fi])