X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=afbbafcffdcb1341ace1aca87e83f38721c90c64;hp=eb45f7f0471b3e96eae4e477dc3c17675d2e31f2;hb=2fb8b9a851cf1af89c476c933a2ba80ddf474379;hpb=34e57f627bced8d769c98c53def61cf7e9028416 diff --git a/palacios/build/Makefile b/palacios/build/Makefile index eb45f7f..afbbafc 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.42 $ +# $Revision: 1.43 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -147,7 +147,7 @@ VMM_C_OBJS := $(VMM_C_SRCS:%.c=palacios/%.o) VMM_OBJS := $(VMM_C_OBJS) $(VMM_ASM_OBJS) -DEVICE_C_SRCS := generic.c 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 serial.c DEVICE_C_OBJS := $(DEVICE_C_SRCS:%.c=devices/%.o)