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

Commit 759da926 authored by David Woodhouse's avatar David Woodhouse
Browse files

firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messages



People don't like them and think they're errors.

Leave the __fw_install one though; when 'make firmware_install' does
nothing, it's best to have a 'Nothing to be done for...' message rather
than just doing nothing.

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 2b12a4c5
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -50,8 +50,12 @@ PHONY += __fw_install __fw_modinst FORCE
.PHONY: $(PHONY)
.PHONY: $(PHONY)


__fw_install: $(installed-fw)
__fw_install: $(installed-fw)

__fw_modinst: $(installed-mod-fw)
__fw_modinst: $(installed-mod-fw)
	@:

__fw_modbuild: $(addprefix $(obj)/,$(mod-fw))
__fw_modbuild: $(addprefix $(obj)/,$(mod-fw))
	@:


FORCE:
FORCE: