aboutsummaryrefslogtreecommitdiff
path: root/Documentation/make
AgeCommit message (Collapse)AuthorFilesLines
2014-08-05Documentation: headers_install.txt is part of kbuildYann Droneaud1-47/+0
'headers_install.txt' from Documentation/make/ is related to Kbuild so it must be moved in Documentation/kbuild/ directory. As Documentation/make/ directory has only one file, it will be removed as a consequence of moving 'headers_install.txt'. Cc: Kirill A. Shutemov <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Rob Landley <[email protected]> Signed-off-by: Yann Droneaud <[email protected]> Acked-by: Sam Ravnborg <[email protected]> Signed-off-by: Michal Marek <[email protected]>
2010-12-14kbuild: introduce HDR_ARCH_LIST for headers_install_allKirill A. Shutemov1-2/+3
Using HDR_ARCH_LIST you can specify subset of architectures you want to get headers for. Signed-off-by: Kirill A. Shutemov <[email protected]> Signed-off-by: Michal Marek <[email protected]>
2007-10-17Documentation/make/headers_install.txtRob Landley1-0/+46
Some documentation for "make headers_install". Signed-off-by: Rob Landley <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Sam Ravnborg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>