* [PATCH] fix drivers/lguest Makefile entry
@ 2008-01-18 2:16 Glauber de Oliveira Costa
2008-01-23 9:42 ` Rusty Russell
0 siblings, 1 reply; 2+ messages in thread
From: Glauber de Oliveira Costa @ 2008-01-18 2:16 UTC (permalink / raw)
To: lguest
Cc: glommer, linux-kernel, virtualization, rusty, rostedt,
Glauber de Oliveira Costa
It should depend on CONFIG_LGUEST, not CONFIG_LGUEST_GUEST
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
---
drivers/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/Makefile b/drivers/Makefile
index ee1b6a5..58a17e9 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -73,7 +73,7 @@ obj-$(CONFIG_ISDN) += isdn/
obj-$(CONFIG_EDAC) += edac/
obj-$(CONFIG_MCA) += mca/
obj-$(CONFIG_EISA) += eisa/
-obj-$(CONFIG_LGUEST_GUEST) += lguest/
+obj-$(CONFIG_LGUEST) += lguest/
obj-$(CONFIG_CPU_FREQ) += cpufreq/
obj-$(CONFIG_CPU_IDLE) += cpuidle/
obj-$(CONFIG_MMC) += mmc/
--
1.5.0.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fix drivers/lguest Makefile entry
2008-01-18 2:16 [PATCH] fix drivers/lguest Makefile entry Glauber de Oliveira Costa
@ 2008-01-23 9:42 ` Rusty Russell
0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2008-01-23 9:42 UTC (permalink / raw)
To: Glauber de Oliveira Costa
Cc: lguest, glommer, linux-kernel, virtualization, rostedt
On Friday 18 January 2008 13:16:43 Glauber de Oliveira Costa wrote:
> It should depend on CONFIG_LGUEST, not CONFIG_LGUEST_GUEST
Actually, it needs both. Some parts are guest, some are host.
Cheers,
Rusty.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-23 9:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-18 2:16 [PATCH] fix drivers/lguest Makefile entry Glauber de Oliveira Costa
2008-01-23 9:42 ` Rusty Russell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox