X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2FMakefile;h=e108ed0ce2ab8eb048718d0ef5abb05d078d51df;hb=160530e310bb5ea55b2a248e23ff38abf7bb5f47;hp=1ec0bb573c3488a11509901a9d42aeeb92368f3a;hpb=6299cb929a586fd8debcc316c1ede714d5b95979;p=palacios.git diff --git a/kitten/Makefile b/kitten/Makefile index 1ec0bb5..e108ed0 100644 --- a/kitten/Makefile +++ b/kitten/Makefile @@ -548,6 +548,10 @@ libs-y1 := $(patsubst %/, %/lib.a, $(libs-y)) libs-y2 := $(patsubst %/, %/built-in.o, $(libs-y)) libs-y := $(libs-y1) $(libs-y2) +libs-$(CONFIG_V3VEE) += ../palacios/build/libv3vee.a +libs-$(CONFIG_V3VEE) += ../palacios/lib/xed/libxed32e.a +libs-$(CONFIG_V3VEE) += ../palacios/lib/xed/libxed.a + # Build vmlwk # --------------------------------------------------------------------------- # vmlwk is build from the objects selected by $(vmlwk-init) and