diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2017-03-24 17:03:17 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-03-31 09:18:38 -0600 |
commit | 036db11cab275dd3cc13284e760bb050c59559be (patch) | |
tree | 0a637a7f722e0a08e7492c75b6243d7e46f34499 /Makefile | |
parent | 97e4e959c928963359d79dcea623614db8aabf54 (diff) | |
download | talos-obmc-linux-036db11cab275dd3cc13284e760bb050c59559be.tar.gz talos-obmc-linux-036db11cab275dd3cc13284e760bb050c59559be.zip |
sparse doc: fix reference path
Documentation/sparse.txt has been moved to
Documentation/dev-tools/sparse.rst
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -172,8 +172,8 @@ MAKEFLAGS += --no-print-directory # Use 'make C=2' to enable checking of *all* source files, regardless # of whether they are re-compiled or not. # -# See the file "Documentation/sparse.txt" for more details, including -# where to get the "sparse" utility. +# See the file "Documentation/dev-tools/sparse.rst" for more details, +# including where to get the "sparse" utility. ifeq ("$(origin C)", "command line") KBUILD_CHECKSRC = $(C) |