Skip to content

Commit

Permalink
tile: remove files
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Feb 20, 2019
1 parent 3f253cb commit 6fcd2db
Show file tree
Hide file tree
Showing 33 changed files with 12 additions and 3,129 deletions.
15 changes: 1 addition & 14 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,6 @@
AC_DEFINE([HAVE_DETECT_DISABLED], [1], [Detection is disabled])
])

# Tilera PCIE logging
AM_CONDITIONAL([BUILD_PCIE_LOGGING], [test ! -z "$TILERA_ROOT"])

# libraries

# zlib
Expand Down Expand Up @@ -606,16 +603,6 @@
fi
fi

AC_MSG_CHECKING([for Mpipe])
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM([[#include <gxio/mpipe.h>]])],
[
AC_MSG_RESULT([yes])
AC_DEFINE([HAVE_MPIPE],[1],[mPIPE support is available])
LDFLAGS="$LDFLAGS -lgxpci -lgxio -ltmc"
],
[AC_MSG_RESULT([no])])

#libpcre
AC_ARG_WITH(libpcre_includes,
[ --with-libpcre-includes=DIR libpcre include directory],
Expand Down Expand Up @@ -2510,7 +2497,7 @@ AC_SUBST(CONFIGURE_LOCALSTATEDIR)
AC_SUBST(CONFIGURE_DATAROOTDIR)
AC_SUBST(PACKAGE_VERSION)

AC_OUTPUT(Makefile src/Makefile rust/Makefile rust/Cargo.toml rust/.cargo/config qa/Makefile qa/coccinelle/Makefile rules/Makefile doc/Makefile doc/userguide/Makefile contrib/Makefile contrib/file_processor/Makefile contrib/file_processor/Action/Makefile contrib/file_processor/Processor/Makefile contrib/tile_pcie_logd/Makefile suricata.yaml etc/Makefile etc/suricata.logrotate etc/suricata.service python/Makefile python/suricata/config/defaults.py ebpf/Makefile)
AC_OUTPUT(Makefile src/Makefile rust/Makefile rust/Cargo.toml rust/.cargo/config qa/Makefile qa/coccinelle/Makefile rules/Makefile doc/Makefile doc/userguide/Makefile contrib/Makefile contrib/file_processor/Makefile contrib/file_processor/Action/Makefile contrib/file_processor/Processor/Makefile suricata.yaml etc/Makefile etc/suricata.logrotate etc/suricata.service python/Makefile python/suricata/config/defaults.py ebpf/Makefile)

SURICATA_BUILD_CONF="Suricata Configuration:
AF_PACKET support: ${enable_af_packet}
Expand Down
2 changes: 1 addition & 1 deletion contrib/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SUBDIRS = file_processor tile_pcie_logd
SUBDIRS = file_processor

EXTRA_DIST = suri-graphite
339 changes: 0 additions & 339 deletions contrib/tile_pcie_logd/LICENSE

This file was deleted.

14 changes: 0 additions & 14 deletions contrib/tile_pcie_logd/Makefile.am

This file was deleted.

38 changes: 0 additions & 38 deletions contrib/tile_pcie_logd/README

This file was deleted.

Loading

0 comments on commit 6fcd2db

Please sign in to comment.