From 8a17be15ab62008431c844022f419def0d4823b2 Mon Sep 17 00:00:00 2001 From: lns Date: Wed, 8 Jun 2022 11:35:21 +0200 Subject: Removed Makefile references to legacy code. - feature removed with f5545a80f95a90a5219bbb319b346f964b1e1548 Signed-off-by: lns --- example/Makefile.dpdk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/Makefile.dpdk.in') diff --git a/example/Makefile.dpdk.in b/example/Makefile.dpdk.in index cd703414b..045a018c7 100644 --- a/example/Makefile.dpdk.in +++ b/example/Makefile.dpdk.in @@ -17,7 +17,7 @@ include $(RTE_SDK)/mk/rte.vars.mk APP = ndpiReader.dpdk LIBNDPI = $(PWD)/../src/lib/libndpi.a -SRCS-y := reader_util.c intrusion_detection.c ndpiReader.c +SRCS-y := reader_util.c ndpiReader.c CFLAGS += -g CFLAGS += -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-unused-parameter -I $(PWD)/../src/include @CFLAGS@ -DUSE_DPDK -- cgit v1.2.3