X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_bpf%2FMakefile;h=3be675043276fb8026dc098768687c5e8c792bd2;hb=b0447b54702215006ca3f35afb088a5913c42e3c;hp=419a5162e01338d78a36ecda0ffe6d8c8368b657;hpb=6861c01001ac3b1869f5cf1f492809875f753e67;p=dpdk.git diff --git a/lib/librte_bpf/Makefile b/lib/librte_bpf/Makefile index 419a5162e0..3be6750432 100644 --- a/lib/librte_bpf/Makefile +++ b/lib/librte_bpf/Makefile @@ -8,7 +8,6 @@ LIB = librte_bpf.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -CFLAGS += -DALLOW_EXPERIMENTAL_API LDLIBS += -lrte_net -lrte_eal LDLIBS += -lrte_mempool -lrte_ring LDLIBS += -lrte_mbuf -lrte_ethdev @@ -18,8 +17,6 @@ endif EXPORT_MAP := rte_bpf_version.map -LIBABIVER := 1 - # all source are stored in SRCS-y SRCS-$(CONFIG_RTE_LIBRTE_BPF) += bpf.c SRCS-$(CONFIG_RTE_LIBRTE_BPF) += bpf_exec.c