Commit 6f889d8b authored by Robert Richter's avatar Robert Richter

dts, arm: Remove $(MACHINE) variable from dtbs make recipes

The machine description is not needed to build dtb files.
Signed-off-by: default avatarRobert Richter <rrichter@cavium.com>
parent ca5b3410
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment