X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fbuild%2FMakefile;h=ed91e6d78249d1d684a46e58a0667652ec6db305;hb=5bce09a95e6cfe1a2c84bfe5825b2b456d6ff4a5;hp=bf527cdf82a391c5f7aca2a75c72db10207eafed;hpb=e63caa4c57933b3b38f498fea015785f8869c5ef;p=palacios.git diff --git a/palacios/build/Makefile b/palacios/build/Makefile index bf527cd..ed91e6d 100644 --- a/palacios/build/Makefile +++ b/palacios/build/Makefile @@ -321,7 +321,7 @@ DEVICES_OBJS := \ devices/apic.o \ devices/io_apic.o \ devices/vpci.o \ - + devices/para_net.o \ # devices/vnic.o \ @@ -342,6 +342,11 @@ V3_ARCH := __V3_32BIT__ endif +ifeq ($(CRAY_XT),1) +EXTRA_C_OPTS := $(EXTRA_C_OPTS) -DCRAY_XT +endif + + # Uncomment if cross compiling #TARGET_CC_PREFIX := $(PROJECT_ROOT)/../devtools/i386/bin/i386-elf- #TARGET_CC_PREFIX := i386-elf-