aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/contrib/tile_pcie_logd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/contrib/tile_pcie_logd/Makefile.am')
-rw-r--r--framework/src/suricata/contrib/tile_pcie_logd/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/src/suricata/contrib/tile_pcie_logd/Makefile.am b/framework/src/suricata/contrib/tile_pcie_logd/Makefile.am
deleted file mode 100644
index 81a63fcb..00000000
--- a/framework/src/suricata/contrib/tile_pcie_logd/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-
-EXTRA_DIST = LICENSE README
-
-if BUILD_PCIE_LOGGING
-bin_PROGRAMS = tile_pcie_logd
-
-tile_pcie_logd_SOURCE = tile_pcie_logd.c
-
-AM_CFLAGS = -std=gnu99 -Wall -Werror -g -O2 -I$(TILERA_ROOT)/include \
- -DTILEPCI_HOST
-
-tile_pcie_logd_LDDADD = -pthread
-
-endif