diff options
| author | Michal Simek <[email protected]> | 2019-08-26 12:25:30 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2019-10-24 13:37:02 +0200 |
| commit | 62e3fb027bcf6c4d574bb28a5e8cf6b0873e6a4a (patch) | |
| tree | 65eb8fb865d3366754686d8fb5b74cddb2a15f12 | |
| parent | d8a6d1b7b16456c8fe594fa45fdd2e6a6ea532cf (diff) | |
ARM: dt: Also clean dtbo files
dtbo files can be also generated that's why also clean them.
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/arm/dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index d9aaf128add..e67ff3235ee 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -833,4 +833,4 @@ PHONY += dtbs dtbs: $(addprefix $(obj)/, $(dtb-y)) @: -clean-files := *.dtb *_HS +clean-files := *.dtb *.dtbo *_HS |
