]> err.no Git - linux-2.6/blobdiff - drivers/lguest/Makefile
Move lguest guest support to arch/x86.
[linux-2.6] / drivers / lguest / Makefile
index e5047471c334ed0f84081bf594a9ada58f20ba70..2db98c233e5424d2449ddb0a0339bfd7f91e3b58 100644 (file)
@@ -1,5 +1,5 @@
-# Guest requires the paravirt_ops replacement and the bus driver.
-obj-$(CONFIG_LGUEST_GUEST) += lguest.o lguest_asm.o lguest_bus.o
+# Guest requires the bus driver.
+obj-$(CONFIG_LGUEST_GUEST) += lguest_bus.o
 
 # Host requires the other files, which can be a module.
 obj-$(CONFIG_LGUEST)   += lg.o