From: Sascha Hauer <s.hauer@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] kernel.make: Add missing backslash
Date: Wed, 2 Oct 2013 14:31:28 +0200 [thread overview]
Message-ID: <1380717088-30691-1-git-send-email-s.hauer@pengutronix.de> (raw)
in kernel/opts a backslash is missing. Without it the kernel options
lack INSTALL_MOD_PATH which makes the install stage in the kernel make
templates unusable.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
rules/pre/kernel.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/pre/kernel.make b/rules/pre/kernel.make
index b5f8092..3704c53 100644
--- a/rules/pre/kernel.make
+++ b/rules/pre/kernel.make
@@ -55,7 +55,7 @@ kernel/opts = \
HOSTCC=$(HOSTCC) \
ARCH=$(GENERIC_KERNEL_ARCH) \
CROSS_COMPILE=$(COMPILER_PREFIX) \
- DEPMOD=$(PTXCONF_SYSROOT_HOST)/sbin/depmod
+ DEPMOD=$(PTXCONF_SYSROOT_HOST)/sbin/depmod \
\
INSTALL_MOD_PATH=$($(1)_PKGDIR) \
PTX_KERNEL_DIR=$($(1)_DIR)
--
1.8.4.rc3
--
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2013-10-02 12:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1380717088-30691-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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