X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=d1bfc67d5ef87d39ba7f13fe695e2e08813cff77;hb=d16ef42bba84c7fe88352e5dc23e5e70a5207e29;hp=0b1330334d5598bb3dc25c388e4ee9a84f4fb55c;hpb=2b1f4ef19d766727f873476861c64339c8836a40;p=palacios.git diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 0b13303..d1bfc67 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.31 $ +# $Revision: 1.33 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -122,7 +122,7 @@ VMM_ASM_OBJS := $(VMM_ASM_SRCS:%.asm=palacios/%.o) VMM_C_SRCS := vm_guest.c \ - svm.c svm_handler.c vmm.c vmm_util.c svm_ctrl_regs.c \ + svm.c svm_handler.c vmm.c vmm_util.c vmm_ctrl_regs.c \ vmcb.c vmm_mem.c vmm_paging.c vmm_io.c vmm_debug.c svm_io.c \ vmm_intr.c vmm_irq.c\ vmm_shadow_paging.c vm_guest_mem.c \ @@ -134,7 +134,7 @@ VMM_C_OBJS := $(VMM_C_SRCS:%.c=palacios/%.o) VMM_OBJS := $(VMM_C_OBJS) $(VMM_ASM_OBJS) -DEVICE_C_SRCS := nvram.c timer.c simple_pic.c 8259a.c +DEVICE_C_SRCS := keyboard.c nvram.c timer.c simple_pic.c 8259a.c DEVICE_C_OBJS := $(DEVICE_C_SRCS:%.c=devices/%.o)