diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2007-07-19 01:49:27 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 10:04:52 -0700 |
commit | 709e89266b60eff444fc512400321eb02d2474eb (patch) | |
tree | 39df4acd6e6180186db0b7e04c34237ccdca233b /drivers/Kconfig | |
parent | 6db7016d17b235a24e0c1544c202defa47ae7247 (diff) | |
download | linux-709e89266b60eff444fc512400321eb02d2474eb.tar.bz2 |
lguest: the Makefile and Kconfig
This is the Kconfig and Makefile to allow lguest to actually be
compiled.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index ae01d86070bb..707650ab77a7 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -85,4 +85,6 @@ source "drivers/auxdisplay/Kconfig" source "drivers/kvm/Kconfig" source "drivers/uio/Kconfig" + +source "drivers/lguest/Kconfig" endmenu |