arm64: Fix correct dtb clean-files location
authorMohamad Ayyash <mkayyash@google.com>
Wed, 11 Jun 2014 21:52:38 +0000 (14:52 -0700)
committerMohamad Ayyash <mkayyash@google.com>
Thu, 12 Jun 2014 01:38:11 +0000 (18:38 -0700)
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

arch/arm64/boot/dts/Makefile

index 8dc5d8e28a01138f49dc27ab7de2b93e14fad044..d58ea71119e6de51d7595a3ab287553e77db2917 100644 (file)
@@ -12,4 +12,4 @@ targets += $(DTB_LIST)
 
 dtbs: $(addprefix $(obj)/, $(DTB_LIST))
 
-clean-files := *.dtb
+clean-files := dts/*.dtb *.dtb