summaryrefslogtreecommitdiffstats
path: root/scripts/basic
Commit message (Expand)AuthorAgeFilesLines
* .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-1/+1
* kbuild: redo fake deps at include/config/*.hAlexey Dobriyan2021-04-251-37/+6
* kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada2020-08-101-2/+1
* modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-261-1/+1
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | fixdep: remove redundant null character checkMasahiro Yamada2020-03-021-1/+1
* | fixdep: remove unneeded code and comments about *.ver filesMasahiro Yamada2020-03-021-7/+1
|/
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-2/+2
* kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada2019-08-291-12/+2
* fixdep: check return value of printf() and putchar()Masahiro Yamada2019-07-011-10/+41
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-12-011-27/+4
* kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada2018-07-183-38/+0
* fixdep: suppress consecutive / from file paths in dependency list filesNicolas Pitre2018-05-071-2/+4
* kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada2018-03-261-4/+4
* fixdep: do not ignore kconfig.hRasmus Villemoes2018-03-051-1/+0
* fixdep: remove some false CONFIG_ matchesRasmus Villemoes2018-03-051-0/+5
* fixdep: remove stale references to uml-config.hRasmus Villemoes2018-03-051-9/+0
* fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada2018-01-181-12/+12
* fixdep: refactor parse_dep_file()Masahiro Yamada2018-01-181-40/+40
* fixdep: move global variables to local variables of main()Masahiro Yamada2018-01-181-26/+16
* fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada2018-01-181-13/+9
* fixdep: factor out common code for reading filesMasahiro Yamada2018-01-181-55/+20
* fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada2018-01-181-24/+32
* fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada2018-01-181-1/+0
* fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn2018-01-081-4/+2
* fixdep: trivial: typo fix and correctionCao jin2017-08-101-3/+3
* kbuild: trivial cleanups on the commentsCao jin2017-08-101-1/+1
* fixdep: faster CONFIG_ searchAlexey Dobriyan2016-08-241-58/+28
* scripts: Fix size mismatch of kexec_purgatory_sizeTautschnig, Michael2016-07-221-1/+2
* kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre2016-03-291-0/+1
* fixdep: accept extra dependencies on stdinNicolas Pitre2016-03-291-15/+45
* kbuild: fixdep: Check fstat(2) return valueTom Rini2016-02-171-1/+5
* fixdep: constify strrcmp argumentsNicolas Iooss2015-12-071-1/+1
* kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada2015-08-241-19/+0
* kbuild: fixdep: optimize code slightlyMasahiro Yamada2015-08-241-3/+4
* kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal2014-08-081-1/+1
* bin2c: move bin2c in scripts/basicVivek Goyal2014-08-083-0/+37
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-101-4/+4
* kbuild: fixdep: support concatenated dep filesStephen Warren2013-04-051-32/+61
* treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
* fixdep: fix extraneous dependenciesPeter Foley2011-09-091-0/+1
* kbuild: move scripts/basic/docproc.c to scripts/docproc.cPeter Foley2011-05-023-587/+1
* kbuild: Fix computing srcversion for modulesMichal Marek2011-03-131-6/+13
* fixdep: Do not record dependency on the source file itselfMichal Marek2011-02-211-1/+11
* Make fixdep error handling more explicitBen Gamari2010-12-221-3/+7
* Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek2010-12-143-66/+132
|\
| * Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2010-10-281-1/+4
| |\
| | * kbuild: check return value of asprintf()Namhyung Kim2010-10-281-1/+4