X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=abf800827b32767280ea99633892c7137b74885c;hb=87bd3921fe6a17138bdba3a41b501a8d620cb48a;hp=6b8332bbcab011d72c77ff5e8189b70efc063dac;hpb=dc450df7818a872a3e8a3725ec97bdc273756b06;p=palacios.git diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 6b8332b..abf8008 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -3,7 +3,7 @@ # Northwestern University # (c) 2008, Jack Lange # (c) 2008, Peter Dinda -# (c) 2008, Lei Xia +# (c) 2008, Lei Xia # (c) 2008, The V3VEE Project # # Based on GeekOS Makefile: @@ -266,6 +266,8 @@ VMM_OBJS := \ palacios/svm_msr.o \ palacios/vmm_socket.o \ palacios/vmm_xed.o \ + palacios/vmm_rbtree.o \ + palacios/vmm_profiler.o \ # vmx.c vmcs_gen.c vmcs.c @@ -294,6 +296,8 @@ DEVICES_OBJS := \ devices/ramdisk.o \ devices/cdrom.o \ devices/bochs_debug.o \ + devices/os_debug.o \ + devices/apic.o \ $(DEVICES_OBJS) :: EXTRA_CFLAGS = \ $(JRLDEBUG) \