projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b12a4c
)
firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messages
author
David Woodhouse
<David.Woodhouse@intel.com>
Fri, 1 Aug 2008 22:58:36 +0000
(23:58 +0100)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Sat, 2 Aug 2008 06:52:29 +0000
(07:52 +0100)
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>
scripts/Makefile.fwinst
patch
|
blob
|
history
diff --git
a/scripts/Makefile.fwinst
b/scripts/Makefile.fwinst
index f63a663de1589106a05897270b56709e5400034a..6bf8e87f1dcf124021083b25babe9aab317b7bbf 100644
(file)
--- a/
scripts/Makefile.fwinst
+++ b/
scripts/Makefile.fwinst
@@
-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: