summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.headersinst
AgeCommit message (Expand)AuthorLines
2021-03-15kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada-1/+1
2019-11-15kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada-18/+0
2019-06-24kbuild: fix 'No such file or directory' warning for headers_installMasahiro Yamada-2/+4
2019-06-15kbuild: simplify scripts/headers_install.shMasahiro Yamada-1/+1
2019-06-15kbuild: re-implement Makefile.headersinst without recursionMasahiro Yamada-77/+55
2019-06-15kbuild: add 'headers' target to build up uapi headers in usr/includeMasahiro Yamada-4/+4
2019-01-06kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada-7/+0
2018-12-08kbuild: remove a special handling for *.agh in Makefile.headersinstMasahiro Yamada-1/+0
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-5/+5
2017-11-16kbuild: specify FORCE in Makefile.headersinst as .PHONY targetMasahiro Yamada-2/+3
2017-11-16kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-10kbuild: replace $(hdr-arch) with $(SRCARCH)Masahiro Yamada-1/+1
2017-07-11kbuild: remove wrapper files handling from Makefile.headersinstMasahiro Yamada-10/+1
2017-07-11kbuild: do not include old-kbuild-file from Makefile.headersinstMasahiro Yamada-5/+0
2017-07-10kbuild: pass dst= to Makefile.headersinst from top MakefileMasahiro Yamada-6/+2
2017-07-10kbuild: remove useless $(gen) variable in Makefile.headersinstMasahiro Yamada-4/+1
2017-06-22kbuild: fix header installation under fakechroot environmentRichard Genoud-1/+9
2017-05-18kbuild: skip install/check of headers right under uapi directoriesMasahiro Yamada-16/+27
2017-05-11uapi: export all arch specifics directoriesNicolas Dichtel-2/+1
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel-26/+29
2017-05-11Makefile.headersinst: remove destination-y optionNicolas Dichtel-1/+1
2017-05-11Makefile.headersinst: cleanup input filesNicolas Dichtel-24/+14
2014-11-26kbuild: collect shorthands into scripts/Kbuild.includeMasahiro Yamada-1/+0
2013-05-17kbuild: fix make headers_install when path is too longNicolas Dichtel-6/+14
2013-04-09headers_install.pl: convert to headers_install.shRob Landley-2/+2
2013-03-05kbuild: fix make headers_check with make 3.80Sam Ravnborg-5/+6
2013-02-22kbuild: Fix destination-y for installed headersJesper Nilsson-3/+3
2012-10-02UAPI: Plumb the UAPI Kbuilds into the user header installation and checkingDavid Howells-14/+31
2012-10-02UAPI: Remove the objhdr-y export listDavid Howells-5/+2
2011-11-17kbuild: Add support for installing generated asm headersH. Peter Anvin-2/+8
2011-04-28kbuild: asm-generic supportSam Ravnborg-1/+9
2010-08-14kbuild: drop unifdef-y supportSam Ravnborg-2/+1
2009-06-09kbuild: fix "Argument list too long" error for "make headers_check",Sergei Poselenov-2/+6
2009-04-11kbuild: introduce destination-y for exported headersSam Ravnborg-0/+2
2008-07-25kbuild: install all headers when arch is changedSam Ravnborg-3/+4
2008-07-25kbuild: optimize headers_* targetsSam Ravnborg-82/+63
2008-07-25kbuild: only one call for include/ in make headers_*Sam Ravnborg-9/+0
2008-07-25kbuild: code refactoring in Makefile.headerinstSam Ravnborg-29/+35
2008-07-25kbuild: drop support of ALTARCH for headers_*Sam Ravnborg-75/+9
2008-07-25kbuild: always unifdef files in headers_install*Sam Ravnborg-19/+10
2007-07-17kbuild: use POSIX BRE in headers install targetMike Frysinger-7/+7
2007-07-06x86_64: fix headers_installDavid Woodhouse-1/+1
2007-05-21Make 'headerscheck' stop immediately on an errorDavid Woodhouse-1/+1
2007-01-30[PATCH] translate dashes in filenames for headers installMike Frysinger-1/+1
2006-10-17[PATCH] fix `make headers_install'David Woodhouse-1/+1
2006-10-04[PATCH] hdrcheck permission fixAndrew Morton-1/+1
2006-09-24Merge git://git.infradead.org/~dwmw2/khdrs-2.6Linus Torvalds-45/+79
2006-09-25kbuild: use in-kernel unifdefSam Ravnborg-1/+1
2006-09-24Use dependencies for 'make headers_install'.David Woodhouse-45/+79