X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=741c1fddd1cd5f1790ea6b966f6be25fe0e25e38;hp=c830894f0e3d5fdc5d02c383452542df208e3864;hb=028d9b71d4a4e6d49a22ad5904b6dd2f8c596a26;hpb=90b8236597004a37a9d5acb33a1b1f987fe9070c diff --git a/palacios/build/Makefile b/palacios/build/Makefile index c830894..741c1fd 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.34 $ +# $Revision: 1.35 $ # 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 := keyboard.c nvram.c timer.c simple_pic.c 8259a.c 8254.c +DEVICE_C_SRCS := generic.c keyboard.c nvram.c timer.c simple_pic.c 8259a.c 8254.c DEVICE_C_OBJS := $(DEVICE_C_SRCS:%.c=devices/%.o)