summaryrefslogtreecommitdiffstats
path: root/configs/platform-mipsel
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-11-26 11:39:33 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-11-26 11:46:07 +0100
commit13ee733c2f45b6532cca38c35c2b0c9709224656 (patch)
tree765b78a2a16742a05730bb2ee9abc240d4c37f87 /configs/platform-mipsel
parent949c5ef2b9a65e5526a1f2132031913db109e5ee (diff)
downloadDistroKit-13ee733c2f45b6532cca38c35c2b0c9709224656.tar.gz
DistroKit-13ee733c2f45b6532cca38c35c2b0c9709224656.tar.xz
mips, mipsel: kernel-*: bring back KERNEL_*_PATH
Even if this is currently unused, having this variable like in the PTXdist template prevents confusion when backporting patches from the template to the BSP recipes. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.pengutronix.de/20211126103937.2856148-1-rhi@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-mipsel')
-rw-r--r--configs/platform-mipsel/rules/kernel-malta.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/platform-mipsel/rules/kernel-malta.make b/configs/platform-mipsel/rules/kernel-malta.make
index cfb3874..f93262c 100644
--- a/configs/platform-mipsel/rules/kernel-malta.make
+++ b/configs/platform-mipsel/rules/kernel-malta.make
@@ -36,6 +36,7 @@ KERNEL_MALTA_BUILD_OOT := KEEP
KERNEL_MALTA_WRAPPER_BLACKLIST := \
$(PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST)
+KERNEL_MALTA_PATH := PATH=$(CROSS_PATH)
KERNEL_MALTA_CONF_OPT := \
-C $(KERNEL_MALTA_DIR) \
O=$(KERNEL_MALTA_BUILD_DIR) \