projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5b341
)
dts, arm: Remove $(MACHINE) variable from dtbs make recipes
author
Robert Richter
<rrichter@cavium.com>
Wed, 3 Sep 2014 15:07:23 +0000
(17:07 +0200)
committer
Robert Richter
<rrichter@cavium.com>
Tue, 21 Oct 2014 16:07:00 +0000
(18:07 +0200)
The machine description is not needed to build dtb files.
Signed-off-by: Robert Richter <rrichter@cavium.com>
arch/arm/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Makefile
b/arch/arm/Makefile
index b61adfae29d16ae310c8b021df0f04170459d891..c1785eec2cf772e582b48fade2b7694748d381cb 100644
(file)
--- a/
arch/arm/Makefile
+++ b/
arch/arm/Makefile
@@
-314,10
+314,10
@@
$(INSTALL_TARGETS):
PHONY += dtbs dtbs_install
dtbs: prepare scripts
- $(Q)$(MAKE) $(build)=$(boot)/dts
MACHINE=$(MACHINE)
+ $(Q)$(MAKE) $(build)=$(boot)/dts
dtbs_install:
- $(Q)$(MAKE) $(dtbinst)=$(boot)/dts
MACHINE=$(MACHINE)
+ $(Q)$(MAKE) $(dtbinst)=$(boot)/dts
# We use MRPROPER_FILES and CLEAN_FILES now
archclean: