Skip to content

Commit 092f526

Browse files
committed
arm64: Fix correct dtb clean-files location
This Makefile is evaluated in arch/arm64/boot/Makefile which is what $(obj) is. Signed-off-by: Mohamad Ayyash <[email protected]> Change-Id: I75355f064e249a8db693e06073f5cf395ca29ab6
1 parent b50939f commit 092f526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ targets += $(DTB_LIST)
1212

1313
dtbs: $(addprefix $(obj)/, $(DTB_LIST))
1414

15-
clean-files := *.dtb
15+
clean-files := dts/*.dtb *.dtb

0 commit comments

Comments
 (0)