X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=a91719cab3a1c65d7c359442a7df274d43fec7d7;hb=4d691866d964c028d2b2ca96c2d16489d45dd2b5;hp=a2b43d147291b1f09ad35d16f45dcb84b2bfaf87;hpb=748e856fe4c5cc9b0b80d60db90af10ceb0247c8;p=palacios.git diff --git a/palacios/build/Makefile b/palacios/build/Makefile index a2b43d1..a91719c 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.7 $ +# $Revision: 1.8 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -98,13 +98,14 @@ KERNEL_C_SRCS := idt.c int.c trap.c irq.c io.c \ synch.c kthread.c \ serial.c reboot.c \ paging.c vmx.c vmcs_gen.c vmcs.c\ + svm.c \ main.c # Kernel object files built from C source files KERNEL_C_OBJS := $(KERNEL_C_SRCS:%.c=geekos/%.o) # Kernel assembly files -KERNEL_ASM_SRCS := lowlevel.asm vmx_lowlevel.asm +KERNEL_ASM_SRCS := lowlevel.asm vmx_lowlevel.asm svm_lowlevel.asm KERNEL_GAS_SRCS := testvm.s