X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=0b1330334d5598bb3dc25c388e4ee9a84f4fb55c;hp=ef7d453aabca1989f1d71b23266770cbd2f76c38;hb=2b1f4ef19d766727f873476861c64339c8836a40;hpb=ba112e34a1151ff27c2161c1b7b85fe52392e42d diff --git a/palacios/build/Makefile b/palacios/build/Makefile index ef7d453..0b13303 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.30 $ +# $Revision: 1.31 $ # This is free software. You are permitted to use, # redistribute, and modify it as specified in the file "COPYING". @@ -211,7 +211,7 @@ CC_GENERAL_OPTS := $(GENERAL_OPTS) -Werror CC_KERNEL_OPTS := -g -DGEEKOS -I$(PROJECT_ROOT)/include # Flags used for VMM C source files -CC_VMM_OPTS := -g -I$(PROJECT_ROOT)/include +CC_VMM_OPTS := -g -I$(PROJECT_ROOT)/include -D__V3VEE__ # Flags used for VMM C ASM files NASM_VMM_OPTS := -I$(PROJECT_ROOT)/src/palacios/ -f elf $(EXTRA_NASM_OPTS)