aboutsummaryrefslogtreecommitdiff
path: root/helper/Makefile.am
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2016-02-17 13:16:51 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-02-18 10:59:51 +0300
commite7da5814397e15f67e4b6381dfe4d09120a1a041 (patch)
tree168ed84564dc7ecb3affb6e15f7c7b5f4e715ee5 /helper/Makefile.am
parentb938fbcbc6ac5a9255edf1c66141e6f5d36dfc2a (diff)
helper: remove ring code
Remove ring and dead api-next code. In api-next pktio ipc patches moved ring code to linux-generic and updated that test case to the latest odp api. If we ipc pktio will be accepted to master than current api-next ring test will be used. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by Mike Holmes <mike.holmes@linaro.org>
Diffstat (limited to 'helper/Makefile.am')
-rw-r--r--helper/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index a8665b287..655779311 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -10,7 +10,6 @@ AM_CFLAGS += -I$(top_srcdir)/include
helperincludedir = $(includedir)/odp/helper/
helperinclude_HEADERS = \
- $(srcdir)/include/odp/helper/ring.h \
$(srcdir)/include/odp/helper/linux.h \
$(srcdir)/include/odp/helper/chksum.h\
$(srcdir)/include/odp/helper/eth.h\
@@ -30,7 +29,6 @@ noinst_HEADERS = \
__LIB__libodphelper_la_SOURCES = \
linux.c \
- ring.c \
hashtable.c \
lineartable.c