mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
dts, arm: Remove $(MACHINE) variable from dtbs make recipes
The machine description is not needed to build dtb files. Signed-off-by: Robert Richter <rrichter@cavium.com>
This commit is contained in:
parent
ca5b34100c
commit
6f889d8ba1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user