aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/basic (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada1-27/+4
2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada3-38/+0
2018-05-07fixdep: suppress consecutive / from file paths in dependency list filesNicolas Pitre1-2/+4
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Masahiro Yamada1-4/+4
2018-03-05fixdep: do not ignore kconfig.hRasmus Villemoes1-1/+0
2018-03-05fixdep: remove some false CONFIG_ matchesRasmus Villemoes1-0/+5
2018-03-05fixdep: remove stale references to uml-config.hRasmus Villemoes1-9/+0
2018-01-18fixdep: use existing helper to check modular CONFIG optionsMasahiro Yamada1-12/+12
2018-01-18fixdep: refactor parse_dep_file()Masahiro Yamada1-40/+40
2018-01-18fixdep: move global variables to local variables of main()Masahiro Yamada1-26/+16
2018-01-18fixdep: remove unneeded memcpy() in parse_dep_file()Masahiro Yamada1-13/+9
2018-01-18fixdep: factor out common code for reading filesMasahiro Yamada1-55/+20
2018-01-18fixdep: use malloc() and read() to load dep_file to bufferMasahiro Yamada1-24/+32
2018-01-18fixdep: remove unnecessary <arpa/inet.h> inclusionMasahiro Yamada1-1/+0
2018-01-08fixdep: exit with error code in error branches of do_config_file()Lukas Bulwahn1-4/+2
2017-08-10fixdep: trivial: typo fix and correctionCao jin1-3/+3
2017-08-10kbuild: trivial cleanups on the commentsCao jin1-1/+1
2016-08-24fixdep: faster CONFIG_ searchAlexey Dobriyan1-58/+28
2016-07-22scripts: Fix size mismatch of kexec_purgatory_sizeTautschnig, Michael1-1/+2
2016-03-29kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre1-0/+1
2016-03-29fixdep: accept extra dependencies on stdinNicolas Pitre1-15/+45
2016-02-17kbuild: fixdep: Check fstat(2) return valueTom Rini1-1/+5
2015-12-07fixdep: constify strrcmp argumentsNicolas Iooss1-1/+1
2015-08-24kbuild: fixdep: drop meaningless hash table initializationMasahiro Yamada1-19/+0
2015-08-24kbuild: fixdep: optimize code slightlyMasahiro Yamada1-3/+4
2014-08-08kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal1-1/+1
2014-08-08bin2c: move bin2c in scripts/basicVivek Goyal3-0/+37
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada1-4/+4
2013-04-05kbuild: fixdep: support concatenated dep filesStephen Warren1-32/+61
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2011-09-09fixdep: fix extraneous dependenciesPeter Foley1-0/+1
2011-05-02kbuild: move scripts/basic/docproc.c to scripts/docproc.cPeter Foley3-587/+1
2011-03-13kbuild: Fix computing srcversion for modulesMichal Marek1-6/+13
2011-02-21fixdep: Do not record dependency on the source file itselfMichal Marek1-1/+11
2010-12-22Make fixdep error handling more explicitBen Gamari1-3/+7
2010-12-14Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek3-66/+132
2010-11-11fixdep: use hash table instead of a single arrayEric Dumazet1-48/+61
2010-10-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+4
2010-10-28kbuild: check return value of asprintf()Namhyung Kim1-1/+4
2010-09-22jump label: Convert dynamic debug to use jump labelsJason Baron2-65/+1
2010-09-11docbook: warn on unused doc entriesJohannes Berg1-1/+128
2009-12-12kbuild: move autoconf.h to include/generatedSam Ravnborg1-5/+5
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds3-32/+32
2009-09-21trivial: kbuild: remove extraneous blank line after declaration of usage()Trevor Keith1-1/+0
2009-09-21trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg1-2/+1
2009-09-20kbuild: add static to prototypesTrevor Keith3-32/+32
2009-06-20kbuild: fix build error during make htmldocsAmerigo Wang1-1/+1
2009-06-14kbuild: fix a compile warningAmerigo Wang1-2/+3
2009-06-09kbuild: allow docproc invocation from externalJiri Slaby1-4/+9
2008-10-20Update .gitignore files for generated targetsLinus Torvalds1-1/+1