diff mbox series

[v2,05/15] backport: define BACKPORT_DIR for Kconfig.integrate

Message ID 20220513160523.2944694-6-thomas@adapt-ip.com (mailing list archive)
State New, archived
Headers show
Series Resurrect Integration Mode v2 | expand

Commit Message

Thomas Pedersen May 13, 2022, 4:05 p.m. UTC
define BACKPORT_DIR in the integration Kconfig so we
don't have to supply it in an environment variable
(where it can probably only ever be "backports/"
anyway).

Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com>
---
 backport/Kconfig.integrate | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/backport/Kconfig.integrate b/backport/Kconfig.integrate
index d98c371cd438..6c85cdc27568 100644
--- a/backport/Kconfig.integrate
+++ b/backport/Kconfig.integrate
@@ -1,3 +1,4 @@ 
+BACKPORT_DIR:=%%BACKPORT_DIR%%
 config BACKPORT_INTEGRATE
 	bool
 	def_bool y