projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed16bb
)
arm64: Fix the dtbs target building
author
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 21 Nov 2012 11:44:59 +0000
(11:44 +0000)
committer
Rob Herring
<rob.herring@calxeda.com>
Tue, 11 Dec 2012 02:24:57 +0000
(20:24 -0600)
The arch/arm64/Makefile was not passing the right target to the
boot/dts/Makefile.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
arch/arm64/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm64/Makefile
b/arch/arm64/Makefile
index
11c3599
..
c95c5cb
100644
(file)
--- a/
arch/arm64/Makefile
+++ b/
arch/arm64/Makefile
@@
-58,7
+58,7
@@
zinstall install: vmlinux
$(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
dtbs: scripts
- $(Q)$(MAKE) $(build)=$(boot)/dts
$(boot)/dts/$@
+ $(Q)$(MAKE) $(build)=$(boot)/dts
dtbs
# We use MRPROPER_FILES and CLEAN_FILES now
archclean: