]> err.no Git - linux-2.6/blobdiff - drivers/lguest/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
[linux-2.6] / drivers / lguest / Makefile
index 8c28236ee1ae99859fcb1976088c97ceaf1a21a4..5e8272d296d8ff47e03937e766e24fba4d0db6f8 100644 (file)
@@ -1,7 +1,10 @@
+# Guest requires the device configuration and probing code.
+obj-$(CONFIG_LGUEST_GUEST) += lguest_device.o
+
 # Host requires the other files, which can be a module.
 obj-$(CONFIG_LGUEST)   += lg.o
 lg-y = core.o hypercalls.o page_tables.o interrupts_and_traps.o \
-       segments.o io.o lguest_user.o
+       segments.o lguest_user.o
 
 lg-$(CONFIG_X86_32) += x86/switcher_32.o x86/core.o