X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=build%2FMakefile;h=4b641adc0fa0a489631e3fdb7b5e3d934dcc0b2a;hb=4b9ac4d8eebc50949193bff288623e07be22a283;hp=1cfd87deea4959ca023264c274b2d477c431d5b4;hpb=04212dbde1afc2b21049dbf5e9d388e047f344f7;p=palacios.releases.git diff --git a/build/Makefile b/build/Makefile index 1cfd87d..4b641ad 100644 --- a/build/Makefile +++ b/build/Makefile @@ -195,15 +195,17 @@ 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/ - (cd $(KITTEN_TOP_DIR) && make oldconfig && make) + (cd $(KITTEN_TOP_DIR) && make) geekos: