Skip to content

Commit

Permalink
kbuild: remove unused objectify macro
Browse files Browse the repository at this point in the history
Commit 415008a ("docs-rst: convert lsm from DocBook to ReST")
removed the last users of this macro.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Jul 27, 2019
1 parent 5f9e832 commit b2eff09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/Kbuild.include
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2eff09

Please sign in to comment.