X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2FMakefile;h=a1a4349898b64ec3f61ae997ad522f9605b196f3;hb=624869c325cc5a8327bfa8a3ae511f76134bac57;hp=1262bb96b6949af6ab13f71cae3bafec2e1d0d8e;hpb=fc220749dd74a84f222b4a60c69a47e6ae743990;p=palacios.releases.git diff --git a/linux_module/Makefile b/linux_module/Makefile index 1262bb9..a1a4349 100644 --- a/linux_module/Makefile +++ b/linux_module/Makefile @@ -13,7 +13,8 @@ v3vee-objs := palacios.o \ palacios-dev.o \ palacios-vm.o \ palacios-mm.o \ - palacios-queue.o + palacios-queue.o \ + palacios-hashtable.o ifdef V3_CONFIG_CONSOLE v3vee-objs += palacios-console.o @@ -33,7 +34,7 @@ ifdef V3_CONFIG_EXT_INSPECTOR endif ifdef V3_CONFIG_VNET - v3vee-objs += palacios-vnet.o + v3vee-objs += palacios-vnet.o palacios-vnet-bridge.o endif ifdef V3_CONFIG_PACKET @@ -44,6 +45,20 @@ ifdef V3_CONFIG_SOCKET v3vee-objs += palacios-socket.o endif +ifdef V3_CONFIG_KEYED_STREAMS + v3vee-objs += palacios-keyed-stream.o +endif + +ifdef V3_CONFIG_HOST_DEVICE + v3vee-objs += palacios-host-dev.o +endif + +ifdef V3_CONFIG_GRAPHICS_CONSOLE + v3vee-objs += palacios-graphics-console.o +endif + + + v3vee-objs += ../libv3vee.a