From: Brian Gerst <bgerst@quark.didntduck.org>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] Only build modpost when modules enabled
Date: Wed, 28 Jul 2004 08:44:51 -0400 [thread overview]
Message-ID: <41079FC3.9010703@quark.didntduck.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 62 bytes --]
Only build modpost when CONFIG_MODULES=y.
--
Brian Gerst
[-- Attachment #2: modpost-2 --]
[-- Type: text/plain, Size: 425 bytes --]
diff -urN linux-2.6.8-rc2-mm1/scripts/Makefile linux/scripts/Makefile
--- linux-2.6.8-rc2-mm1/scripts/Makefile 2004-07-28 08:33:03.884445247 -0400
+++ linux/scripts/Makefile 2004-07-28 08:33:41.408269137 -0400
@@ -9,7 +9,7 @@
always := $(host-progs)
subdir-$(CONFIG_MODVERSIONS) += genksyms
-subdir-y += mod
+subdir-$(CONFIG_MODULES) += mod
# Let clean descend into subdirs
subdir- += basic lxdialog kconfig package
next reply other threads:[~2004-07-28 12:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-28 12:44 Brian Gerst [this message]
2004-08-08 19:02 ` [PATCH] Only build modpost when modules enabled Sam Ravnborg
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=41079FC3.9010703@quark.didntduck.org \
--to=bgerst@quark.didntduck.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.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