summaryrefslogtreecommitdiff
path: root/drivers/lguest/Makefile
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2015-02-11 15:20:01 +1030
committerRusty Russell <rusty@rustcorp.com.au>2015-02-11 16:47:41 +1030
commite68ccd1f9d3d0fe8085b4e18c2cc2245f384c420 (patch)
treeb20a373e54362792a87cab172ac782b587119059 /drivers/lguest/Makefile
parenteb39f83372b45bebc8af59b34af5d35bb0defe53 (diff)
lguest: remove support for lguest bus.
The demonstration launcher now uses PCI entirely. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/lguest/Makefile')
-rw-r--r--drivers/lguest/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/lguest/Makefile b/drivers/lguest/Makefile
index c4197503900e..16f52ee73994 100644
--- a/drivers/lguest/Makefile
+++ b/drivers/lguest/Makefile
@@ -1,6 +1,3 @@
-# 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 \