From: Sam Ravnborg <sam@ravnborg.org>
To: Gerrit Huizenga <gh@us.ibm.com>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org,
Rik van Riel <riel@redhat.com>, Chris Mason <mason@suse.com>,
ckrm-tech <ckrm-tech@lists.sourceforge.net>
Subject: Re: [PATCH] CKRM 1/10: Base CKRM Events
Date: Mon, 29 Nov 2004 20:32:26 +0100 [thread overview]
Message-ID: <20041129193226.GA8397@mars.ravnborg.org> (raw)
In-Reply-To: <E1CYqXA-00056l-00@w-gerrit.beaverton.ibm.com>
Index: linux-2.6.10-rc2/kernel/ckrm/Makefile
> ===================================================================
> --- /dev/null 1970-01-01 00:00:00.000000000 +0000
> +++ linux-2.6.10-rc2/kernel/ckrm/Makefile 2004-11-19 20:40:52.528302080 -0800
> @@ -0,0 +1,7 @@
> +#
> +# Makefile for CKRM
> +#
> +
> +ifeq ($(CONFIG_CKRM),y)
> + obj-y = ckrm_events.o
> +endif
Plase make this:
obj-y := ckrm_events.o
> --- linux-2.6.10-rc2.orig/kernel/Makefile 2004-11-14 17:27:09.000000000 -0800
> +++ linux-2.6.10-rc2/kernel/Makefile 2004-11-19 20:41:21.885651099 -0800
> @@ -7,7 +7,7 @@
> sysctl.o capability.o ptrace.o timer.o user.o \
> signal.o sys.o kmod.o workqueue.o pid.o \
> rcupdate.o intermodule.o extable.o params.o posix-timers.o \
> - kthread.o wait.o kfifo.o sys_ni.o
> + kthread.o wait.o kfifo.o sys_ni.o ckrm/
And this:
obj-$(CONFIG_CKRM) += ckrm/
Sam
next prev parent reply other threads:[~2004-11-29 19:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-29 18:46 [PATCH] CKRM 1/10: Base CKRM Events Gerrit Huizenga
2004-11-29 19:32 ` Sam Ravnborg [this message]
2004-11-29 19:40 ` Gerrit Huizenga
2004-11-29 20:36 ` Dave Hansen
2004-11-29 21:33 ` Greg KH
2005-02-24 9:32 ` Gerrit Huizenga
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=20041129193226.GA8397@mars.ravnborg.org \
--to=sam@ravnborg.org \
--cc=akpm@osdl.org \
--cc=ckrm-tech@lists.sourceforge.net \
--cc=gh@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mason@suse.com \
--cc=riel@redhat.com \
/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