X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Finterfaces%2FMakefile;h=3c340debab1f4279aedde355828ded2773a6d111;hb=d7e25d0643dd41dcfae2999adf697c204c11a29e;hp=15ba807f72b0b78aa35f86cc0c00a545a284ef06;hpb=94f67717b6461df514dc225ed84f03b44c44061b;p=palacios.releases.git diff --git a/palacios/src/interfaces/Makefile b/palacios/src/interfaces/Makefile index 15ba807..3c340de 100644 --- a/palacios/src/interfaces/Makefile +++ b/palacios/src/interfaces/Makefile @@ -6,5 +6,7 @@ obj-$(V3_CONFIG_STREAM) += vmm_stream.o obj-$(V3_CONFIG_GRAPHICS_CONSOLE) += vmm_graphics_console.o obj-$(V3_CONFIG_KEYED_STREAMS) += vmm_keyed_stream.o obj-$(V3_CONFIG_HOST_DEVICE) += vmm_host_dev.o +obj-$(V3_CONFIG_HOST_HYPERCALL) += vmm_host_hypercall.o +obj-y += null.o