diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2015-02-11 05:50:01 +0100 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-02-11 07:17:41 +0100 |
commit | e68ccd1f9d3d0fe8085b4e18c2cc2245f384c420 (patch) | |
tree | b20a373e54362792a87cab172ac782b587119059 /drivers/lguest/Makefile | |
parent | lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher. (diff) | |
download | linux-e68ccd1f9d3d0fe8085b4e18c2cc2245f384c420.tar.xz linux-e68ccd1f9d3d0fe8085b4e18c2cc2245f384c420.zip |
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/Makefile | 3 |
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 \ |