diff options
author | Damjan Marion <damarion@cisco.com> | 2016-08-24 14:32:39 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2016-08-25 07:42:37 +0000 |
commit | 78c7daaf6d866e7c5ad01e5d7251cd0955b8f745 (patch) | |
tree | d6cedfa9b15488ac616d96d10585dffedf9966fc /vnet/Makefile.am | |
parent | 8b66c7792010f5fffc864c2bcf72f977ba072ecd (diff) |
Fix issues with vhost-user when dpdk vhost-user is disabled, fixes VPP-347, VPP-349
Change-Id: I774bab98e43d55678a67a7708ca50edbbd4cbb06
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vnet/Makefile.am')
-rw-r--r-- | vnet/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vnet/Makefile.am b/vnet/Makefile.am index 72bdd11f54b..a763291c2af 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -626,13 +626,11 @@ endif # virtio ######################################## -if WITH_DPDK libvnet_la_SOURCES += \ vnet/devices/virtio/vhost-user.c nobase_include_HEADERS += \ vnet/devices/virtio/vhost-user.h -endif WITH_DPDK ######################################## # ssvm ethernet |