X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbus%2Fvdev%2FMakefile;h=01747f03a4b949740ef05b90d8c57d3e08a798dd;hb=e9703a54e41141ebcfd57db1d67d09ce61e58d29;hp=bd0bb8955eab6ea952344506c601130f2bf798c3;hpb=cdb068f031c6b0a4ecea6f62190e17ecfdbeb23d;p=dpdk.git diff --git a/drivers/bus/vdev/Makefile b/drivers/bus/vdev/Makefile index bd0bb8955e..01747f03a4 100644 --- a/drivers/bus/vdev/Makefile +++ b/drivers/bus/vdev/Makefile @@ -10,17 +10,14 @@ LIB = librte_bus_vdev.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -CFLAGS += -DALLOW_EXPERIMENTAL_API # versioning export map EXPORT_MAP := rte_bus_vdev_version.map -# library version -LIBABIVER := 1 - SRCS-y += vdev.c +SRCS-y += vdev_params.c -LDLIBS += -lrte_eal +LDLIBS += -lrte_eal -lrte_kvargs # # Export include files