Skip to content
Snippets Groups Projects
Commit b2eff092 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: remove unused objectify macro


Commit 415008af ("docs-rst: convert lsm from DocBook to ReST")
removed the last users of this macro.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 5f9e832c
No related branches found
No related tags found
No related merge requests found
......@@ -190,9 +190,6 @@ echo-cmd = $(if $($(quiet)cmd_$(1)),\
# printing commands
cmd = @set -e; $(echo-cmd) $(cmd_$(1))
# Add $(obj)/ for paths that are not absolute
objectify = $(foreach o,$(1),$(if $(filter /%,$(o)),$(o),$(obj)/$(o)))
###
# if_changed - execute command if any prerequisite is newer than
# target, or command line has changed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment