mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
ARM: dt: Also clean dtbo files
dtbo files can be also generated that's why also clean them. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -833,4 +833,4 @@ PHONY += dtbs
|
||||
dtbs: $(addprefix $(obj)/, $(dtb-y))
|
||||
@:
|
||||
|
||||
clean-files := *.dtb *_HS
|
||||
clean-files := *.dtb *.dtbo *_HS
|
||||
|
||||
Reference in New Issue
Block a user