diff options
Diffstat (limited to 'drivers/bus/vdev/Makefile')
-rw-r--r-- | drivers/bus/vdev/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/bus/vdev/Makefile b/drivers/bus/vdev/Makefile index bd0bb895..803b8ea7 100644 --- a/drivers/bus/vdev/Makefile +++ b/drivers/bus/vdev/Makefile @@ -16,11 +16,12 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API EXPORT_MAP := rte_bus_vdev_version.map # library version -LIBABIVER := 1 +LIBABIVER := 2 SRCS-y += vdev.c +SRCS-y += vdev_params.c -LDLIBS += -lrte_eal +LDLIBS += -lrte_eal -lrte_kvargs # # Export include files |