]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/lguest/Makefile
ACPI: Ignore _BQC object when registering backlight device
[linux-2.6-omap-h63xx.git] / 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 \