aboutsummaryrefslogtreecommitdiff
path: root/lib/memory-notifier-error-inject.c
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2018-03-19 18:01:23 +0900
committerMasahiro Yamada <[email protected]>2018-03-26 02:01:24 +0900
commit8cd0e46d3f0ce730a5c7d1e9e75765b24b72013a (patch)
tree7ef79fcdd86a220f0fa407fba21ca4ceec4aa800 /lib/memory-notifier-error-inject.c
parenta670b0b4aed129dc11b465c1c330bfe9202023e5 (diff)
kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multi
In the context ... $(obj)/%.s: $(src)/%.c FORCE $(call if_changed_dep,cc_s_c) $(obj)/%.i: $(src)/%.c FORCE $(call if_changed_dep,cpp_i_c) $(obj)/%.o: $(src)/%.c $(recordmcount_source) $(objtool_dep) FORCE $(call cmd,force_checksrc) $(call if_changed_rule,cc_o_c) $(obj)/%.lst: $(src)/%.c FORCE $(call if_changed_dep,cc_lst_c) '$*' returns the stem of the target (the part of '%'), so $(obj)/ has already been ripped off. $(subst $(obj)/,,$*.o) is the same as $*.o Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Cao jin <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions