From: Jack Lange Date: Wed, 24 Sep 2008 22:12:32 +0000 (-0500) Subject: fixed makefile and added necessary directories X-Git-Tag: 1.0~17 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=75879e152aa82ee176b404f5b402d184ba38c7aa fixed makefile and added necessary directories --- diff --git a/misc/test_vm/build/Makefile b/misc/test_vm/build/Makefile index df39370..786d43a 100644 --- a/misc/test_vm/build/Makefile +++ b/misc/test_vm/build/Makefile @@ -122,7 +122,7 @@ COMMON_C_OBJS := $(COMMON_C_SRCS:%.c=common/%.o) # Uncomment if cross compiling #TARGET_CC_PREFIX := i386-elf- -TARGET_CC_PREFIX := $(PROJECT_ROOT)/../devtools/i386/bin/i386-elf- +TARGET_CC_PREFIX := $(PROJECT_ROOT)/../../devtools/i386/bin/i386-elf- # Target C compiler. gcc 2.95.2 or later should work. TARGET_CC := $(TARGET_CC_PREFIX)gcc @@ -150,7 +150,7 @@ TARGET_NM := $(TARGET_CC_PREFIX)nm TARGET_OBJCOPY := $(TARGET_CC_PREFIX)objcopy # Nasm (http://nasm.sourceforge.net) -NASM := $(PROJECT_ROOT)/../devtools/bin/nasm +NASM := $(PROJECT_ROOT)/../../devtools/bin/nasm #NASM := /opt/vmm-tools/bin/nasm AS = as --32 diff --git a/misc/test_vm/build/common/.ignore b/misc/test_vm/build/common/.ignore new file mode 100644 index 0000000..e69de29 diff --git a/misc/test_vm/build/geekos/.ignore b/misc/test_vm/build/geekos/.ignore new file mode 100644 index 0000000..e69de29