diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-13 22:16:45 -0500 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-13 22:19:40 -0500 |
commit | bd352a739fde9834d48379e8eca428fe897144ac (patch) | |
tree | 23d8fe07600c87046bc81b37a5cc5b3c35f16923 | |
parent | 16fd20aa98080c2fa666dc384036ec08c80af710 (diff) |
kbuild: remove unused baseprereq
Commit eea199b445f6 ("kbuild: remove unnecessary LEX_PREFIX and
YACC_PREFIX") removed the last users of this macro.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | scripts/Kbuild.include | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 525bff667a52..30816037036e 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include | |||
@@ -24,10 +24,6 @@ depfile = $(subst $(comma),_,$(dot-target).d) | |||
24 | basetarget = $(basename $(notdir $@)) | 24 | basetarget = $(basename $(notdir $@)) |
25 | 25 | ||
26 | ### | 26 | ### |
27 | # filename of first prerequisite with directory and extension stripped | ||
28 | baseprereq = $(basename $(notdir $<)) | ||
29 | |||
30 | ### | ||
31 | # Escape single quote for use in echo statements | 27 | # Escape single quote for use in echo statements |
32 | escsq = $(subst $(squote),'\$(squote)',$1) | 28 | escsq = $(subst $(squote),'\$(squote)',$1) |
33 | 29 | ||