]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/tap/Makefile
net/tap: use local eBPF definitions
[dpdk.git] / drivers / net / tap / Makefile
index e23c3a2064317f56a71d8fb48e90d7e6e275648c..315c6bd402ad4b4614ecef4c4de3f820dd1f8668 100644 (file)
@@ -82,11 +82,6 @@ tap_autoconf.h.new: $(RTE_SDK)/buildtools/auto-config-h.sh
                linux/tc_act/tc_bpf.h \
                enum TCA_ACT_BPF_FD \
                $(AUTOCONF_OUTPUT)
-       $Q sh -- '$<' '$@' \
-               HAVE_BPF_PROG_LOAD \
-               linux/bpf.h \
-               enum BPF_PROG_LOAD \
-               $(AUTOCONF_OUTPUT)
 
 # Create tap_autoconf.h or update it in case it differs from the new one.