VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
33 Branches
55 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
rt-linux-release
/
scripts
/
Makefile.headersinst
Date
Commit Message
Rev
Author
2021-03-15
kbuild: prefix $(srctree)/ to some included Makefiles
3204a7fb
Masahiro Yamada
2019-11-15
kbuild: move headers_check rule to usr/include/Makefile
7ecaf069
Masahiro Yamada
2019-06-24
kbuild: fix 'No such file or directory' warning for headers_install
7ff4f080
Masahiro Yamada
2019-06-15
kbuild: simplify scripts/headers_install.sh
555187a8
Masahiro Yamada
2019-06-15
kbuild: re-implement Makefile.headersinst without recursion
d5470d14
Masahiro Yamada
2019-06-15
kbuild: add 'headers' target to build up uapi headers in usr/include
59b2bd05
Masahiro Yamada
2019-01-06
kbuild: generate asm-generic wrappers if mandatory headers are missing
91998731
Masahiro Yamada
2018-12-08
kbuild: remove a special handling for *.agh in Makefile.headersinst
5e34bd1d
Masahiro Yamada
2017-11-17
Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
09bd7c75
Linus Torvalds
2017-11-16
kbuild: specify FORCE in Makefile.headersinst as .PHONY target
e474ed45
Masahiro Yamada
2017-11-16
kbuild: remove redundant $(wildcard ...) for cmd_files calculation
2982c953
Masahiro Yamada
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
b2441318
Greg Kroah-Hartman
2017-10-10
kbuild: replace $(hdr-arch) with $(SRCARCH)
9d022c54
Masahiro Yamada
2017-07-11
kbuild: remove wrapper files handling from Makefile.headersinst
09c3776c
Masahiro Yamada
2017-07-11
kbuild: do not include old-kbuild-file from Makefile.headersinst
d1b32bac
Masahiro Yamada
2017-07-10
kbuild: pass dst= to Makefile.headersinst from top Makefile
a8ff49a1
Masahiro Yamada
2017-07-10
kbuild: remove useless $(gen) variable in Makefile.headersinst
87ebb94e
Masahiro Yamada
2017-06-22
kbuild: fix header installation under fakechroot environment
2f263d14
Richard Genoud
2017-05-18
kbuild: skip install/check of headers right under uapi directories
05d8cba4
Masahiro Yamada
2017-05-11
uapi: export all arch specifics directories
61562f98
Nicolas Dichtel
2017-05-11
uapi: export all headers under uapi directories
fcc8487d
Nicolas Dichtel
2017-05-11
Makefile.headersinst: remove destination-y option
bd73a328
Nicolas Dichtel
2017-05-11
Makefile.headersinst: cleanup input files
7c025b2a
Nicolas Dichtel
2014-11-26
kbuild: collect shorthands into scripts/Kbuild.include
371fdc77
Masahiro Yamada
2013-05-17
kbuild: fix make headers_install when path is too long
c0ff68f1
Nicolas Dichtel
2013-04-09
headers_install.pl: convert to headers_install.sh
e0e2fa4b
Rob Landley
2013-03-05
kbuild: fix make headers_check with make 3.80
c4619bc6
Sam Ravnborg
2013-02-22
kbuild: Fix destination-y for installed headers
9b58b928
Jesper Nilsson
2012-10-02
UAPI: Plumb the UAPI Kbuilds into the user header installation and checking
10b63956
David Howells
2012-10-02
UAPI: Remove the objhdr-y export list
40f1d4c2
David Howells
2011-11-17
kbuild: Add support for installing generated asm headers
cb97914b
H. Peter Anvin
2011-04-28
kbuild: asm-generic support
d8ecc5cd
Sam Ravnborg
2010-08-14
kbuild: drop unifdef-y support
7cfddeef
Sam Ravnborg
2009-06-09
kbuild: fix "Argument list too long" error for "make headers_check",
7211b8b9
Sergei Poselenov
2009-04-11
kbuild: introduce destination-y for exported headers
c7bb349e
Sam Ravnborg
2008-07-25
kbuild: install all headers when arch is changed
db1bec4f
Sam Ravnborg
2008-07-25
kbuild: optimize headers_* targets
7712401a
Sam Ravnborg
2008-07-25
kbuild: only one call for include/ in make headers_*
88181ec3
Sam Ravnborg
2008-07-25
kbuild: code refactoring in Makefile.headerinst
62284a37
Sam Ravnborg
2008-07-25
kbuild: drop support of ALTARCH for headers_*
283039fb
Sam Ravnborg
2008-07-25
kbuild: always unifdef files in headers_install*
4e420aa9
Sam Ravnborg
2007-07-17
kbuild: use POSIX BRE in headers install target
c0519037
Mike Frysinger
2007-07-06
x86_64: fix headers_install
0db19c41
David Woodhouse
2007-05-21
Make 'headerscheck' stop immediately on an error
df5f6311
David Woodhouse
2007-01-30
[PATCH] translate dashes in filenames for headers install
ec268be3
Mike Frysinger
2006-10-17
[PATCH] fix `make headers_install'
308ba5fc
David Woodhouse
2006-10-04
[PATCH] hdrcheck permission fix
4e776b1d
Andrew Morton
2006-09-24
Merge git://git.infradead.org/~dwmw2/khdrs-2.6
398477d4
Linus Torvalds
2006-09-25
kbuild: use in-kernel unifdef
07aea3a7
Sam Ravnborg
2006-09-24
Use dependencies for 'make headers_install'.
de789125
David Woodhouse
2006-09-16
[PATCH] Fix 'make headers_check' on biarch architectures
b5122177
David Woodhouse
2006-06-18
Basic implementation of 'make headers_check'
68475359
David Woodhouse
2006-06-18
Basic implementation of 'make headers_install'
8d730cfb
David Woodhouse