X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=594c11da5a8036b52c7fce4098c7acd3627acd42;hp=5e6f18d31737709dc86d888e52ef755d6313814c;hb=af355c370ac80f8e19d6375cb3070213c29a92eb;hpb=9e5b4c4140241b45094c87ac15f75fead726981f diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 5e6f18d..594c11d 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -1,6 +1,6 @@ # Makefile for GeekOS kernel, userspace, and tools # Copyright (c) 2004,2005 David H. Hovemeyer -# $Revision: 1.53 $ +# $Revision: 1.54 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -188,7 +188,8 @@ VMM_C_SRCS := vm_guest.c \ vmm_intr.c vmm_time.c \ vmm_shadow_paging.c vm_guest_mem.c \ vm_dev.c vmm_dev_mgr.c vmm_decoder.c \ - svm_halt.c svm_pause.c vmm_config.c \ + svm_halt.c svm_pause.c vmm_config.c vmm_hashtable.c \ + vmm_string.c \ $(DECODER_SRCS) #\ # vmx.c vmcs_gen.c vmcs.c