[PATCH 1/5] scripts: remove redundant setupmbr addition to subdir-

Sascha Hauer s.hauer at pengutronix.de
Wed Aug 19 02:52:05 EDT 2020


On Tue, Aug 18, 2020 at 07:55:16PM +0900, Masahiro Yamada wrote:
> This has already been added to subdir-$(CONFIG_X86) a few lines above.
> 'make mrproper' correctly descends into scripts/setupmbr/.
> 
> Remove the redundant addition.
> 
> Signed-off-by: Masahiro Yamada <masahiroy at kernel.org>
> ---

Applied, thanks

Sascha

> 
>  scripts/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/Makefile b/scripts/Makefile
> index 75e68822d..238460fe2 100644
> --- a/scripts/Makefile
> +++ b/scripts/Makefile
> @@ -52,4 +52,4 @@ subdir-$(CONFIG_DTC)		+= dtc
>  subdir-$(CONFIG_ARCH_TEGRA)	+= tegra
>  
>  # Let clean descend into subdirs
> -subdir-	+= basic kconfig setupmbr
> +subdir-	+= basic kconfig
> -- 
> 2.25.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list