* [ptxdist] [PATCH] kernel.make: Add missing backslash
@ 2013-10-02 12:31 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2013-10-02 12:31 UTC (permalink / raw)
To: ptxdist
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-02 12:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-02 12:31 [ptxdist] [PATCH] kernel.make: Add missing backslash Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox