projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.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
|
blame
|
history
diff --git
a/arch/arm64/Makefile
b/arch/arm64/Makefile
index 11c35995fd510f9010893144f46c90fd02d520a4..c95c5cb212fd65b49f3fe801466fae90ea2f6739 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: