X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvnet%2FCMakeLists.txt;h=1b04db677c8866e32653cf8ce60e11b83ee12a40;hb=221be7c03f8daf5b9c00b2509ebbf2c6e7e6232d;hp=a8b13b62548ce59c259a82143894111c3428fe9e;hpb=162ff5e4122572045ea7976c77ba3286fb05eeb5;p=vpp.git diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index a8b13b62548..1b04db677c8 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -35,6 +35,7 @@ list(APPEND VNET_SOURCES interface_cli.c interface_format.c interface_output.c + interface/caps.c interface/rx_queue.c interface/tx_queue.c interface/runtime.c @@ -981,7 +982,7 @@ list(APPEND VNET_SOURCES devices/virtio/virtio_api.c devices/virtio/virtio_pci_legacy.c devices/virtio/virtio_pci_modern.c - devices/virtio/virtio_process.c + devices/virtio/virtio_pre_input.c devices/virtio/virtio_types_api.c )