X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fbus%2Fvdev%2FMakefile;h=01747f03a4b949740ef05b90d8c57d3e08a798dd;hb=c08bd191b13de001bf172e94ed22cb0805a658f2;hp=24d424a383c98adf3615b4bf0b3db69aea4d1bde;hpb=5566a3e35866ce9e5eacf886c27b460ebfcd6ee9;p=dpdk.git diff --git a/drivers/bus/vdev/Makefile b/drivers/bus/vdev/Makefile index 24d424a383..01747f03a4 100644 --- a/drivers/bus/vdev/Makefile +++ b/drivers/bus/vdev/Makefile @@ -14,12 +14,10 @@ CFLAGS += $(WERROR_FLAGS) # 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