Skip to content

Commit

Permalink
firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done'…
Browse files Browse the repository at this point in the history
… 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: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Aug 2, 2008
1 parent 2b12a4c commit 759da92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/Makefile.fwinst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@ PHONY += __fw_install __fw_modinst FORCE
.PHONY: $(PHONY)

__fw_install: $(installed-fw)

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

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

FORCE:

Expand Down

0 comments on commit 759da92

Please sign in to comment.