kbuild: adjust ksym_dep_filter for some cmd_* renames
authorNicolas Pitre <nicolas.pitre@linaro.org>
Tue, 26 Apr 2016 15:21:34 +0000 (11:21 -0400)
committerMichal Marek <mmarek@suse.com>
Wed, 27 Apr 2016 08:36:38 +0000 (10:36 +0200)
commit366f4856f0ef1f3dbdb85b0cc57bef2a77c08b86
treecd76a67fc82a8bf9dd8ababced48cd19da686ea2
parentedf69470f9ccd08cf799a5909b6de47d969ca29a
kbuild: adjust ksym_dep_filter for some cmd_* renames

The following renames occurred recently:

  cmd_cc_i_c --> cmd_cpp_i_c
  cmd_as_s_S --> cmd_cpp_s_S

The respective cc_*_c and as_*_S patterns no longer match the above
therefore additional patterns are needed.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/Kbuild.include
This page took 0.049335 seconds and 5 git commands to generate.