79bb3f8d6e
As noted in doc/assumptions.txt, the SHELL based target tracing only works for rules with recipes, even empty but present ones. The simplest thing to do is hooking "; @:" onto the rule's tail (one-liner with a non-printing shell builting "true" command).
6 lines
163 B
Makefile
6 lines
163 B
Makefile
# optimized out use/syslinux due to use/memtest
|
|
use/hdt: use/memtest
|
|
@$(call add_feature)
|
|
@$(call add,STAGE1_PACKAGES,pciids)
|
|
@$(call add,SYSLINUX_MODULES,hdt)
|