Re: [PATCH] fix drivers/lguest Makefile entry

2008-01-23 Thread Rusty Russell
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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[PATCH] fix drivers/lguest Makefile entry

2008-01-17 Thread Glauber de Oliveira Costa
It should depend on CONFIG_LGUEST, not CONFIG_LGUEST_GUEST Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- drivers/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/Makefile b/drivers/Makefile index ee1b6a5..58a17e9 100644 --- a/drivers/Ma