From: Sam Ravnborg <sam@ravnborg.org>
To: Doug Reiland <dreiland@gmail.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Kbuild changes since 2.6.21??
Date: Wed, 28 May 2008 20:42:20 +0200 [thread overview]
Message-ID: <20080528184220.GA6055@uranus.ravnborg.org> (raw)
In-Reply-To: <6844644e0805281127s47be5b92i71b9684fb41cc596@mail.gmail.com>
On Wed, May 28, 2008 at 02:27:47PM -0400, Doug Reiland wrote:
> By bad, drivers/power/Makefile is ok.
> I thought I reproduced the issue there.
>
> On Wed, May 28, 2008 at 12:23 PM, Doug Reiland <dreiland@gmail.com> wrote:
> > There are some makefiles that look at CONFIG_XXXX variables to make
> > decisions. For example, drivers/power/Makefile has the following
> > lines:
> >
> > ifeq ($(CONFIG_SYSFS),y)
> > power_supply-objs += power_supply_sysfs.o
> > endif
> >
> >
> > If I run make clean or make mrproper, it doesn't see CONFIG_SYSFS set
> > anymore so it doesn't cleanup power_supply_sysfs.o.
> >
> > This is for 2.6.25, but I think this use to work for 2.6.21. I am
> > using drivers/power/Makefile as an example, but I am seeing the same
> > thing for my driver's Makefile.
We use find to delete all .o files. So the content of your Kbuild file
should not matter here.
Can you describe the setup where you see the issue?
Sam
prev parent reply other threads:[~2008-05-28 18:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-28 16:23 Doug Reiland
2008-05-28 18:27 ` Doug Reiland
2008-05-28 18:42 ` Sam Ravnborg [this message]
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=20080528184220.GA6055@uranus.ravnborg.org \
--to=sam@ravnborg.org \
--cc=dreiland@gmail.com \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®