commit | ed45d403696150864ee3090e69e0564d4397eebc | [log] [tgz] |
---|---|---|
author | Anish Bhatt <anish@chelsio.com> | Mon Jun 08 17:37:31 2015 -0700 |
committer | Jonathan Corbet <corbet@lwn.net> | Mon Jun 22 09:56:07 2015 -0600 |
tree | 5076232bc5183facc10135f0b1eb525c640360bd | |
parent | f8785d94fc4e93cacbdb930ec3654fc035a375ec [diff] |
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>