From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: Remove OpenWRT specific makefile rules
Date: Sun, 4 Dec 2011 20:10:46 +0100 [thread overview]
Message-ID: <1323025848-14024-2-git-send-email-sven@narfation.org> (raw)
In-Reply-To: <1323025848-14024-1-git-send-email-sven@narfation.org>
Makefile and Makefile.kbuild are included by the linux kbuild environment to
build the kernel module. Rules by other build systems could lead to hard to
debug problems and therefore should be avoided.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
Makefile.kbuild | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/Makefile.kbuild b/Makefile.kbuild
index bd7e93c..3c51455 100644
--- a/Makefile.kbuild
+++ b/Makefile.kbuild
@@ -18,13 +18,6 @@
# 02110-1301, USA
#
-
-
-# openwrt integration
-ifeq ($(MAKING_MODULES),1)
--include $(TOPDIR)/Rules.make
-endif
-
# ccflags-y += -DCONFIG_BATMAN_ADV_DEBUG
ifneq ($(REVISION),)
--
1.7.7.3
next prev parent reply other threads:[~2011-12-04 19:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-04 19:10 [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: Don't automatically build in parallel Sven Eckelmann
2011-12-04 19:10 ` Sven Eckelmann [this message]
2011-12-07 8:36 ` [B.A.T.M.A.N.] [PATCH 2/4] batman-adv: Remove OpenWRT specific makefile rules Marek Lindner
2011-12-04 19:10 ` [B.A.T.M.A.N.] [PATCH 3/4] batman-adv: Remove non-kernel parts from Makefile.kbuild Sven Eckelmann
2011-12-07 8:38 ` Marek Lindner
2011-12-04 19:10 ` [B.A.T.M.A.N.] [PATCH 4/4] batman-adv: Allow to enable features without editing Makefile Sven Eckelmann
2011-12-04 19:16 ` Sven Eckelmann
2011-12-07 9:17 ` Marek Lindner
2011-12-07 8:34 ` [B.A.T.M.A.N.] [PATCH 1/4] batman-adv: Don't automatically build in parallel Marek Lindner
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=1323025848-14024-2-git-send-email-sven@narfation.org \
--to=sven@narfation.org \
--cc=b.a.t.m.a.n@lists.open-mesh.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