Searched hist:bc7b752a7a1c8498f5c48f5b1b63147e32f649dc (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | bc7b752a7a1c8498f5c48f5b1b63147e32f649dc Wed Aug 21 12:33:21 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: remove unneeded dependency for $(DOC_TARGETS)
Commit 415008af3219 ("docs-rst: convert lsm from DocBook to ReST") stopped using if_changed_rule. There is no more users of if_changed* for the doc targets. Hence, fixdep is unneeded. Remove the dependency on scripts_basic.
All the doc targets are phony. The dependency on FORCE is not needed either.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
|