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:
Mohamad Ayyash 2014-06-11 14:52:38 -07:00
parent b50939f89d
commit 092f526962

View File

@ -12,4 +12,4 @@ targets += $(DTB_LIST)
dtbs: $(addprefix $(obj)/, $(DTB_LIST))
clean-files := *.dtb
clean-files := dts/*.dtb *.dtb