Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] `make help' in build tree doesn't show headers_* targets
`make help' in the build tree doesn't show the help texts about the `headers_install' and `headers_check' targets because it looks for include/asm-$(ARCH)/Kbuild in the wrong place. Add the missing `$(srctree)' prefixes to fix this. Also move the printing of the default install path for the headers inside the `if/fi', where it belongs. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Oleg Verych <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information