summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.headersinst
AgeCommit message (Expand)AuthorLines
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
2006-09-16[PATCH] Fix 'make headers_check' on biarch architecturesDavid Woodhouse-3/+5
2006-06-18Basic implementation of 'make headers_check'David Woodhouse-0/+11
2006-06-18Basic implementation of 'make headers_install'David Woodhouse-0/+147