projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b50939f
)
arm64: Fix correct dtb clean-files location
author
Mohamad Ayyash
<mkayyash@google.com>
Wed, 11 Jun 2014 21:52:38 +0000
(14:52 -0700)
committer
Mohamad 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/Makefile
b/arch/arm64/boot/dts/Makefile
index 8dc5d8e28a01138f49dc27ab7de2b93e14fad044..d58ea71119e6de51d7595a3ab287553e77db2917 100644
(file)
--- a/
arch/arm64/boot/dts/Makefile
+++ b/
arch/arm64/boot/dts/Makefile
@@
-12,4
+12,4
@@
targets += $(DTB_LIST)
dtbs: $(addprefix $(obj)/, $(DTB_LIST))
-clean-files := *.dtb
+clean-files :=
dts/*.dtb
*.dtb