Commit f197b971 authored by Michael Shigorin's avatar Michael Shigorin

firmware: a trivial tracing fixup

The issue with these "; @:" thinglets is that mkimage-profiles relies on target tracing (see commit 788cad88 some four years ago); and this tracing approach relies on non-empty recipes which do call shell (which gets (ab)used) unlike empty ones which oviously don't. So this _will_ be traced properly: a: b @echo "hello world" and this will too: a: b; @: but this will result in a broken graph with REPORT=1: a: b
parent 32e77dc9
......@@ -6,7 +6,7 @@ use/firmware:
@$(call add_feature)
@$(call add,SYSTEM_PACKAGES,firmware-linux)
use/firmware/full: use/firmware/server use/firmware/laptop
use/firmware/full: use/firmware/server use/firmware/laptop; @:
use/firmware/cpu: use/firmware
@$(call add,THE_PACKAGES,microcode-data-intel microcode_ctl)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment