mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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 <mkayyash@google.com> Change-Id: I75355f064e249a8db693e06073f5cf395ca29ab6
This commit is contained in:
parent
b50939f89d
commit
092f526962
|
|
@ -12,4 +12,4 @@ targets += $(DTB_LIST)
|
|||
|
||||
dtbs: $(addprefix $(obj)/, $(DTB_LIST))
|
||||
|
||||
clean-files := *.dtb
|
||||
clean-files := dts/*.dtb *.dtb
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user