From: Russell King <rmk@arm.linux.org.uk>
To: neilb@cse.unsw.edu.au (Neil Brown)
Cc: torvalds@transmeta.com (Linus Torvalds),
linux-kernel@vger.kernel.org, linux-kbuild@torque.net
Subject: Re: PATCH - kbuild documentation.
Date: Thu, 30 Nov 2000 00:36:28 +0000 (GMT) [thread overview]
Message-ID: <200011300036.eAU0aTc05028@flint.arm.linux.org.uk> (raw)
In-Reply-To: <14885.37565.611695.816426@notabene.cse.unsw.edu.au> from "Neil Brown" at Nov 30, 2000 10:35:25 AM
Neil Brown writes:
> + An example for libraries from drivers/acorn/scsi/Makefile:
This is no longer true; you'll have to find another example.
> + As ordering is not so important in libraries, this still uses
> + LX_OBJS and MX_OBJS, though (presumably) it could be changed to
> + use MIX_OBJS as follows:
> +
> + active-objs := $(sort $(obj-y) $(obj-m))
> + L_OBJS := $(obj-y)
> + M_OBJS := $(obj-m)
> + MIX_OBJS := $(filter $(export-objs), $(active-objs))
> +
> + which is clearly shorted and arguably clearer.
What if you have
obj-$(CONFIG_FOO) += foo.o foobar.o
obj-$(CONFIG_BAR) += bar.o foobar.o
and CONFIG_FOO=y and CONFIG_BAR=m? What about CONFIG_FOO=y and
CONFIG_BAR=y? Do we still support this method? If not, what is the
recommended way of doing this sort of stuff?
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King rmk@arm.linux.org.uk --- ---
| | | | http://www.arm.linux.org.uk/personal/aboutme.html / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-11-30 7:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-29 23:35 Neil Brown
2000-11-30 0:36 ` Russell King [this message]
2000-11-30 8:40 ` [KBUILD] " Christoph Hellwig
2000-11-30 9:49 ` Neil Brown
2000-11-30 11:46 ` [KBUILD] " Peter Samuelson
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=200011300036.eAU0aTc05028@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=linux-kbuild@torque.net \
--cc=linux-kernel@vger.kernel.org \
--cc=neilb@cse.unsw.edu.au \
--cc=torvalds@transmeta.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
all inboxes | Powered by JetHome®