Skip to content

Commit b2eff09

Browse files
committed
kbuild: remove unused objectify macro
Commit 415008a ("docs-rst: convert lsm from DocBook to ReST") removed the last users of this macro. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 5f9e832 commit b2eff09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/Kbuild.include

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ echo-cmd = $(if $($(quiet)cmd_$(1)),\
190190
# printing commands
191191
cmd = @set -e; $(echo-cmd) $(cmd_$(1))
192192

193-
# Add $(obj)/ for paths that are not absolute
194-
objectify = $(foreach o,$(1),$(if $(filter /%,$(o)),$(o),$(obj)/$(o)))
195-
196193
###
197194
# if_changed - execute command if any prerequisite is newer than
198195
# target, or command line has changed

0 commit comments

Comments
 (0)