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:41:08 +0000 |
commit | 8d281b36e5124e61201a12c90fde1dfceab39fce (patch) | |
tree | 714f40455b4879fa54adc9c804cee725b241d7ee /vnet/Makefile.am | |
parent | dc731bd4b1ad6ea588334c681d1409cbdec9ce67 (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 |