diff mbox series

[U-Boot] ARM: dt: Also clean dtbo files

Message ID b071ea6400905238ab39cbd7aaadd0687c695a89.1571057644.git.michal.simek@xilinx.com
State Accepted
Commit 62e3fb027bcf6c4d574bb28a5e8cf6b0873e6a4a
Delegated to: Michal Simek
Headers show
Series [U-Boot] ARM: dt: Also clean dtbo files | expand

Commit Message

Michal Simek Oct. 14, 2019, 12:54 p.m. UTC
dtbo files can be also generated that's why also clean them.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michal Simek Oct. 24, 2019, 11:22 a.m. UTC | #1
po 14. 10. 2019 v 14:54 odesílatel Michal Simek
<michal.simek@xilinx.com> napsal:
>
> dtbo files can be also generated that's why also clean them.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm/dts/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> index 53f919621bef..a9240ef450f3 100644
> --- a/arch/arm/dts/Makefile
> +++ b/arch/arm/dts/Makefile
> @@ -829,4 +829,4 @@ PHONY += dtbs
>  dtbs: $(addprefix $(obj)/, $(dtb-y))
>         @:
>
> -clean-files := *.dtb *_HS
> +clean-files := *.dtb *.dtbo *_HS
> --
> 2.17.1
>

Applied.
M
diff mbox series

Patch

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 53f919621bef..a9240ef450f3 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -829,4 +829,4 @@  PHONY += dtbs
 dtbs: $(addprefix $(obj)/, $(dtb-y))
 	@:
 
-clean-files := *.dtb *_HS
+clean-files := *.dtb *.dtbo *_HS