summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-04-01 16:04:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-04-08 08:24:40 +0200
commite86947bf333ff1f5c6524fff63dadceab2f6f882 (patch)
treef3130fe27d902e812c9976b57cd0fab1c3cbe078
parenta22b449946eed634f42b06b0c385b29621c6d02e (diff)
downloadptxdist-e86947bf333ff1f5c6524fff63dadceab2f6f882.tar.gz
ptxdist-e86947bf333ff1f5c6524fff63dadceab2f6f882.tar.xz
pre:kernel: drop PARALLELMFLAGS from kernel/opts
Parallel building is handled automatically. No need to explicitly add the options. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/pre/kernel.make1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/pre/kernel.make b/rules/pre/kernel.make
index 42050816f..984b4d5ed 100644
--- a/rules/pre/kernel.make
+++ b/rules/pre/kernel.make
@@ -60,7 +60,6 @@ kernel-url = \
$(call kernel/url,$(strip $(1)))
kernel/opts = \
- $(PARALLELMFLAGS) \
V=$(PTXDIST_VERBOSE) \
HOSTCC=$(HOSTCC) \
ARCH=$(GENERIC_KERNEL_ARCH) \