]> err.no Git - linux-2.6/blobdiff - drivers/lguest/Makefile
Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
[linux-2.6] / drivers / lguest / Makefile
index a63f75dc41a17a565d86fc7b71d7856f217d3cb1..5e8272d296d8ff47e03937e766e24fba4d0db6f8 100644 (file)
@@ -1,3 +1,6 @@
+# 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 \