tap_v2: multiple improvements
[vpp.git] / src / vnet.am
index 72e67dc..5d9fa88 100644 (file)
@@ -34,6 +34,7 @@ libvnet_la_SOURCES +=                         \
   vnet/buffer.c                                        \
   vnet/config.c                                        \
   vnet/devices/devices.c                       \
+  vnet/devices/netlink.c                       \
   vnet/handoff.c                               \
   vnet/interface.c                             \
   vnet/interface_api.c                         \
@@ -48,6 +49,7 @@ nobase_include_HEADERS +=                     \
   vnet/buffer.h                                        \
   vnet/config.h                                        \
   vnet/devices/devices.h                       \
+  vnet/devices/netlink.h                       \
   vnet/global_funcs.h                          \
   vnet/handoff.h                               \
   vnet/interface.h                             \
@@ -868,13 +870,23 @@ API_FILES += vnet/pg/pg.api
 ########################################
 
 libvnet_la_SOURCES +=       \
+  vnet/devices/virtio/cli.c            \
+  vnet/devices/virtio/device.c         \
+  vnet/devices/virtio/node.c           \
+  vnet/devices/virtio/tap.c            \
+  vnet/devices/virtio/tapv2_api.c      \
   vnet/devices/virtio/vhost-user.c     \
-  vnet/devices/virtio/vhost_user_api.c
+  vnet/devices/virtio/vhost_user_api.c \
+  vnet/devices/virtio/virtio.c
+
 
 nobase_include_HEADERS +=     \
+  vnet/devices/virtio/virtio.h         \
+  vnet/devices/virtio/tapv2.api.h \
   vnet/devices/virtio/vhost-user.h     \
   vnet/devices/virtio/vhost_user.api.h
 
+API_FILES += vnet/devices/virtio/tapv2.api
 API_FILES += vnet/devices/virtio/vhost_user.api
 
 ########################################