X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=94011055f5fd88b92a7ddb097ec02af08ae84aa2;hb=72a450936e2da159d5febe1e96475493badd9070;hp=fe400517cfc47c8353c6e3239e7f3fbbb6ef7e5d;hpb=8126d0d154dfd37ed7997f4fa78a1c179c4d2c81;p=palacios.git diff --git a/palacios/build/Makefile b/palacios/build/Makefile index fe40051..9401105 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.9 $ +# $Revision: 1.11 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -98,7 +98,8 @@ KERNEL_C_SRCS := idt.c int.c trap.c irq.c io.c \ synch.c kthread.c \ serial.c reboot.c \ paging.c vmx.c vmcs_gen.c vmcs.c\ - svm.c vmm.c\ + svm.c vmm.c vmm_util.c \ + debug.c\ main.c # Kernel object files built from C source files @@ -137,12 +138,12 @@ COMMON_C_OBJS := $(COMMON_C_SRCS:%.c=common/%.o) # ---------------------------------------------------------------------- # Uncomment if cross compiling -#TARGET_CC_PREFIX := $(PROJECT_ROOT)/../devtools/i386/bin/i386-elf- +TARGET_CC_PREFIX := $(PROJECT_ROOT)/../devtools/i386/bin/i386-elf- #TARGET_CC_PREFIX := i386-elf- # Target C compiler. gcc 2.95.2 or later should work. -#TARGET_CC := $(TARGET_CC_PREFIX)gcc -TARGET_CC := $(TARGET_CC_PREFIX)gcc34 -m32 +TARGET_CC := $(TARGET_CC_PREFIX)gcc +#TARGET_CC := $(TARGET_CC_PREFIX)gcc34 -m32 # Host C compiler. This is used to compile programs to execute on # the host platform, not the target (x86) platform. On x86/ELF