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