mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +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