X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=d1bfc67d5ef87d39ba7f13fe695e2e08813cff77;hp=861ca0b29aa917d2f19b0fc55ca3a4219e7f1f89;hb=d16ef42bba84c7fe88352e5dc23e5e70a5207e29;hpb=1da53ce8f6ab61d298d38cf3f1c4fcd9b1050ce8 diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 861ca0b..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.32 $ +# $Revision: 1.33 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -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)