X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2FMakefile;h=b27cf7767ac3af01e2af88d1640fa6cbe958eb0a;hb=946b9684bf8fa50950f54d69b526c889743e3dae;hp=6824eeaa878014d4041cef18834ecd1a93d9329f;hpb=ec75bbb093fa99a4be794f0f564867c0091ccb85;p=palacios.git diff --git a/linux_module/Makefile b/linux_module/Makefile index 6824eea..b27cf77 100644 --- a/linux_module/Makefile +++ b/linux_module/Makefile @@ -20,7 +20,9 @@ v3vee-y := palacios-stubs.o \ allow_devmem.o \ util-queue.o \ util-hashtable.o \ - linux-exts.o + linux-exts.o \ + buddy.o \ + numa.o v3vee-$(V3_CONFIG_CONSOLE) += iface-console.o v3vee-$(V3_CONFIG_FILE) += iface-file.o