]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kbuild : Fix documentation of INSTALL_HDR_PATH
authorAnish Bhatt <anish@chelsio.com>
Tue, 9 Jun 2015 00:37:31 +0000 (17:37 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 22 Jun 2015 15:56:07 +0000 (09:56 -0600)
commited45d403696150864ee3090e69e0564d4397eebc
tree5076232bc5183facc10135f0b1eb525c640360bd
parentf8785d94fc4e93cacbdb930ec3654fc035a375ec
kbuild : Fix documentation of INSTALL_HDR_PATH

The header install makefile creates an 'include' directory inside
INSTALL_HDR_PATH and appending include to the path results in headers
being installed to include/include.

Don't recommend appending include to the path as makefile already does
this.

Signed-off-by: Anish Bhatt <anish@chelsio.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/kbuild/headers_install.txt