Thread (21 messages) 21 messages, 7 authors, 2014-11-04
STALE4237d

[PATCH 6/6] dts, arm: Remove $(MACHINE) variable from dtbs make recipes

From: rric@kernel.org (Robert Richter)
Date: 2014-09-05 06:49:07
Also in: linux-devicetree, linux-kbuild, lkml
Subsystem: arm port, the rest · Maintainers: Russell King, Linus Torvalds

From: Robert Richter <redacted>

The machine description is not needed to build dtb files.

Signed-off-by: Robert Richter <redacted>
---
 arch/arm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 4d13c6d0a0cc..422c9aa34382 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -315,10 +315,10 @@ $(BOOT_TARGETS): vmlinux
 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:
-- 
2.0.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help