mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
kconfig: Add missing patch
which was specified, but not added during last update. Fixes: 6eacea5ae0 ("support/kconfig: bump to kconfig from Linux 4.17-rc2") Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
91b6ca9682
commit
775087fab0
26
support/kconfig/patches/17-backport-kecho.patch
Normal file
26
support/kconfig/patches/17-backport-kecho.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
This commit added kecho to scripts/Kbuild.include (and doc).
|
||||||
|
Backported just Kbuild.include part to Makefile
|
||||||
|
|
||||||
|
commit 5410ecc0def8955ab99810c5626cc7e156991896
|
||||||
|
Author: Mike Frysinger <vapier@gentoo.org>
|
||||||
|
Date: Thu Nov 6 03:31:34 2008 -0500
|
||||||
|
|
||||||
|
kbuild: introduce $(kecho) convenience echo
|
||||||
|
|
||||||
|
Index: kconfig/Makefile
|
||||||
|
===================================================================
|
||||||
|
--- kconfig.orig/Makefile
|
||||||
|
+++ kconfig/Makefile
|
||||||
|
@@ -6,6 +6,12 @@
|
||||||
|
PHONY += xconfig gconfig menuconfig config syncconfig update-po-config \
|
||||||
|
localmodconfig localyesconfig
|
||||||
|
|
||||||
|
+# Easy method for doing a status message
|
||||||
|
+ kecho := :
|
||||||
|
+ quiet_kecho := echo
|
||||||
|
+silent_kecho := :
|
||||||
|
+kecho := $($(quiet)kecho)
|
||||||
|
+
|
||||||
|
ifdef KBUILD_KCONFIG
|
||||||
|
Kconfig := $(KBUILD_KCONFIG)
|
||||||
|
else
|
Loading…
x
Reference in New Issue
Block a user