]> err.no Git - linux-2.6/blobdiff - drivers/lguest/Makefile
[Blackfin] arch: Add proper SW System Reset delay sequence
[linux-2.6] / drivers / lguest / Makefile
index d330f5b8c4565b31101a7eb34b1782173a9c45c9..5e8272d296d8ff47e03937e766e24fba4d0db6f8 100644 (file)
@@ -1,10 +1,10 @@
-# Guest requires the bus driver.
-obj-$(CONFIG_LGUEST_GUEST) += lguest_bus.o
+# 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