linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: amwang@redhat.com (Cong Wang)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC] Kbuild: allow code re-use across different directories
Date: Mon, 22 Aug 2011 16:42:48 +0800	[thread overview]
Message-ID: <4E521688.1000701@redhat.com> (raw)
In-Reply-To: <1313800642-32418-1-git-send-email-lacombar@gmail.com>

? 2011?08?20? 08:37, Arnaud Lacombe ??:
> Hi folks,
>
> The attached patch modify Kbuild to allow to directly re-use code in multiple
> directory without having to go through a copy. Technically, it changes Kbuild to
> use by default the VPATH feature of GNU make and provides accessors for Makefile
> to change it indirectly.
...
>
> With the attached patch, we would do:
>
> arch/foo/boot/Makefile:
> LDFLAGS_fancy.o := -DPANTS=30
> obj-y += fancy.o
> vpath-y += $(srctree)/arch/foo/lib
>
> and let GNU make do the job.

Just note that don't forget to update Documentation/kbuild/makefiles.txt. ;)

Thanks.

  reply	other threads:[~2011-08-22  8:42 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-20  0:37 [RFC] Kbuild: allow code re-use across different directories Arnaud Lacombe
2011-08-22  8:42 ` Cong Wang [this message]
2011-08-30  0:31 ` Arnaud Lacombe
2011-08-30  4:32   ` Nicolas Pitre
2011-08-30  4:36     ` Arnaud Lacombe
2011-09-07 19:07 ` Nicolas Pitre
2011-09-07 19:34   ` Arnaud Lacombe
2011-09-07 19:59     ` Nicolas Pitre
2011-09-07 20:52       ` Arnaud Lacombe
2011-09-08  4:50       ` Arnaud Lacombe
2011-09-08 20:33         ` Nicolas Pitre
2011-09-09  1:22           ` Arnaud Lacombe
2011-09-09 12:32             ` Michal Marek
2011-09-09 16:16               ` Arnaud Lacombe
2011-09-08 18:24 ` Arnaud Lacombe
2011-09-09 12:30 ` Michal Marek
2011-09-13 21:13   ` Arnaud Lacombe
2011-09-14  1:48     ` Michal Marek

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=4E521688.1000701@redhat.com \
    --to=amwang@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).