From af694a4b290e9c664919c8c7bcc98a89dd2fbb7d Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Sun, 18 Nov 2018 07:40:40 +0000 Subject: Ensure build works when KBUILD_OUTPUT is set, closes 11511 The build process for embedded scripts didn't have consistent support for saving output to a different directory. Signed-off-by: Ron Yorston Signed-off-by: Denys Vlasenko --- scripts/embedded_scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/embedded_scripts b/scripts/embedded_scripts index b7a023ce0..c2e7c6961 100755 --- a/scripts/embedded_scripts +++ b/scripts/embedded_scripts @@ -20,7 +20,7 @@ if [ -d "$custom_loc" ] then custom_scripts=$(cd $custom_loc; ls * 2>/dev/null) fi -all_scripts=$(applets/busybox.mkscripts) +all_scripts=$($srctree/applets/busybox.mkscripts) # all_scripts includes applet scripts and custom scripts, sort them out applet_scripts="" -- cgit v1.2.3