X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2FMakefile;h=99507c034b74ca3c7d12c6f5ed98f9f39c82bef7;hb=07c81e9a7c58c1b7f4adce4e3db04d5aa65993d6;hp=e108ed0ce2ab8eb048718d0ef5abb05d078d51df;hpb=bbf6f9c66592ef4c65e8d47ccd9a0eacc0e71c1f;p=palacios.git diff --git a/kitten/Makefile b/kitten/Makefile index e108ed0..99507c0 100644 --- a/kitten/Makefile +++ b/kitten/Makefile @@ -301,6 +301,7 @@ AFLAGS_KERNEL = # Use LWKINCLUDE when you must reference the include/ directory. # Needed to be compatible with the O= option LWKINCLUDE := -Iinclude \ + -I../palacios/include \ $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \ -include include/lwk/autoconf.h @@ -548,9 +549,8 @@ 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 +libs-$(CONFIG_V3VEE) += palacios/libv3vee.a +libs-$(CONFIG_V3VEE) += palacios/libxed32e.a # Build vmlwk # ---------------------------------------------------------------------------