From 39deb424805a5e6d6ad167eddb6b0ef5c12fd2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 9 Apr 2015 16:09:54 +0200 Subject: [PATCH] Fix typo in BACKPORT_DIR resulting in an infinite make loop --- backports/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backports/Kconfig b/backports/Kconfig index b952261caade..19c0afb949ad 100644 --- a/backports/Kconfig +++ b/backports/Kconfig @@ -4,7 +4,7 @@ config BACKPORT_INTEGRATE config BACKPORT_DIR string - default "backports/" + default "backports" config BACKPORT_VERSION string