X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=416b0c78ed68d320faf6b2fd7f203d9691119f1f;hp=41e56522f7730f27e52f4de2dbbb6d032b370e6f;hb=28b1d0ae6db40cb3e1f5a9b3596b625d2f2af0e4;hpb=ace8f0532fa5650c6642a3a7174f3aa19b09095a diff --git a/palacios/build/Makefile b/palacios/build/Makefile index 41e5652..416b0c7 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.26 $ +# $Revision: 1.27 $ # 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 +DEVICE_C_SRCS := nvram.c timer.c simple_pic.c DEVICE_C_OBJS := $(DEVICE_C_SRCS:%.c=devices/%.o)