Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -314,10 +314,10 @@ $(INSTALL_TARGETS):
PHONY += dtbs dtbs_install
PHONY += dtbs dtbs_install


dtbs: prepare scripts
dtbs: prepare scripts
	$(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE)
	$(Q)$(MAKE) $(build)=$(boot)/dts


dtbs_install:
dtbs_install:
	$(Q)$(MAKE) $(dtbinst)=$(boot)/dts MACHINE=$(MACHINE)
	$(Q)$(MAKE) $(dtbinst)=$(boot)/dts


# We use MRPROPER_FILES and CLEAN_FILES now
# We use MRPROPER_FILES and CLEAN_FILES now
archclean:
archclean: