X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=build%2FMakefile;h=4b641adc0fa0a489631e3fdb7b5e3d934dcc0b2a;hb=4b9ac4d8eebc50949193bff288623e07be22a283;hp=7217262ee0f99f28d60d46a27537b9a898bfe547;hpb=08acae0a3bff332150a7873ff3c643625fb84090;p=palacios.releases.git diff --git a/build/Makefile b/build/Makefile index 7217262..4b641ad 100644 --- a/build/Makefile +++ b/build/Makefile @@ -195,11 +195,13 @@ palacios: palacios-full: (cd $(PALACIOS_BUILD_DIR) && make $(DEBUG_SECTIONS) world) +palacios-full64: + (cd $(PALACIOS_BUILD_DIR) && make ARCH=64 $(DEBUG_SECTIONS) world) palacios-lean: (cd $(PALACIOS_BUILD_DIR) && make LEAN_AND_MEAN=1 world) -kitten: palacios-full +kitten: palacios-full64 cp $(PALACIOS_BUILD_DIR)/libv3vee.a $(KITTEN_TOP_DIR)/palacios/ cp $(PALACIOS_BUILD_DIR)/../lib/xed/libxed32e.a $(KITTEN_TOP_DIR)/palacios/ cp $(PALACIOS_BUILD_DIR)/vm_kernel $(KITTEN_TOP_DIR)/palacios/