X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=build%2FMakefile;h=9083d93ea2e9aa267ea5c1632e994fdd301da0e9;hb=9b31f917eae9b397cb21ff78d81084301b289e43;hp=4c190c81270f0ce4068589224907ecfde55eb4a7;hpb=32694d99c15e00731a240e0fccea252e08bf5ada;p=palacios.git diff --git a/build/Makefile b/build/Makefile index 4c190c8..9083d93 100644 --- a/build/Makefile +++ b/build/Makefile @@ -203,7 +203,10 @@ palacios-full64: palacios-lean: (cd $(PALACIOS_BUILD_DIR) && make LEAN_AND_MEAN=1 world) -kitten: +kitten: palacios64 + 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) kitten-full: palacios-full64 @@ -214,7 +217,10 @@ kitten-full: palacios-full64 (cd $(KITTEN_TOP_DIR) && make) -geekos: +geekos: palacios32 + cp $(PALACIOS_BUILD_DIR)/libv3vee.a $(GEEKOS_BUILD_DIR)/palacios/ + cp $(PALACIOS_BUILD_DIR)/../lib/xed/libxed.a $(GEEKOS_BUILD_DIR)/palacios/ + cp $(PALACIOS_BUILD_DIR)/vm_kernel $(GEEKOS_BUILD_DIR)/palacios/ (cd $(GEEKOS_BUILD_DIR) && make)