From: Rusty Russell <rusty@rustcorp.com.au>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: lkml - Kernel Mailing List <linux-kernel@vger.kernel.org>,
virtualization <virtualization@lists.linux-foundation.org>,
Sam Ravnborg <sam@ravnborg.org>
Subject: [PATCH 2/6] lguest: kbuild tidyups
Date: Tue, 15 May 2007 11:18:08 +1000 [thread overview]
Message-ID: <1179191888.10836.26.camel@localhost.localdomain> (raw)
In-Reply-To: <1179191827.10836.24.camel@localhost.localdomain>
Sam Ravnborg says lg-objs is deprecated, use lg-y.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
drivers/lguest/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
===================================================================
--- a/drivers/lguest/Makefile
+++ b/drivers/lguest/Makefile
@@ -3,5 +3,5 @@ obj-$(CONFIG_LGUEST_GUEST) += lguest.o l
# Host requires the other files, which can be a module.
obj-$(CONFIG_LGUEST) += lg.o
-lg-objs := core.o hypercalls.o page_tables.o interrupts_and_traps.o \
+lg-y := core.o hypercalls.o page_tables.o interrupts_and_traps.o \
segments.o io.o lguest_user.o switcher.o
next prev parent reply other threads:[~2007-05-15 1:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-15 1:17 [PATCH 1/6] lguest: host code tidyups Rusty Russell
2007-05-15 1:18 ` Rusty Russell [this message]
2007-05-15 1:19 ` [PATCH 3/6] lguest: guest tidyups Rusty Russell
2007-05-15 1:20 ` [PATCH 4/6] lguest: netdriver tidyups and a bugfix Rusty Russell
2007-05-15 1:21 ` [PATCH 5/6] lguest: console driver tidyups Rusty Russell
2007-05-15 1:28 ` [PATCH 6/6] lguest: block " Rusty Russell
2007-05-15 11:42 ` [PATCH 1/6] lguest: host code tidyups Stephen Rothwell
2007-05-15 11:47 ` Stephen Rothwell
2007-05-15 23:32 ` Rusty Russell
2007-05-16 7:00 ` hch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1179191888.10836.26.camel@localhost.localdomain \
--to=rusty@rustcorp.com.au \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=virtualization@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox