]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
kbuild: remove unused baseprereq
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 14 Jan 2019 03:16:45 +0000 (12:16 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 14 Jan 2019 03:19:40 +0000 (12:19 +0900)
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>
scripts/Kbuild.include

index 525bff667a528404ea887b57b4723096780d59bc..30816037036e605158a2806fea8795ca8ff8dd9e 100644 (file)
@@ -23,10 +23,6 @@ depfile = $(subst $(comma),_,$(dot-target).d)
 # filename of target with directory and extension stripped
 basetarget = $(basename $(notdir $@))
 
-###
-# filename of first prerequisite with directory and extension stripped
-baseprereq = $(basename $(notdir $<))
-
 ###
 # Escape single quote for use in echo statements
 escsq = $(subst $(squote),'\$(squote)',$1)