X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Flib%2Fx86_64%2FMakefile;h=84ddcc5ec9488294430d2c8505ffff4ce6bd8c90;hb=7a10bbf26095ed08095f38de6c1db4b3a131d6f0;hp=c77a270ce06a937680ad505f27269e9d0036c656;hpb=b3e5aa263c35961c74e0b7ed96b8510e8c6d7d0d;p=palacios.git diff --git a/palacios/lib/x86_64/Makefile b/palacios/lib/x86_64/Makefile index c77a270..84ddcc5 100644 --- a/palacios/lib/x86_64/Makefile +++ b/palacios/lib/x86_64/Makefile @@ -1,2 +1,8 @@ -obj-$(CONFIG_XED) := libxed32e.a \ - v3-xed-compat.o +obj-y := null.o + +obj-$(V3_CONFIG_XED) := libxed32e.a \ + v3-xed-compat.o + +obj-$(V3_CONFIG_QUIX86) := libquix86.a + +obj-$(V3_CONFIG_QUIX86_DEBUG) := libquix86_debug.a