summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.modpost
Commit message (Expand)AuthorAgeFilesLines
* kbuild: revive single target %.koMasahiro Yamada2019-08-101-4/+2
* kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada2019-08-011-35/+41
* kbuild: modpost: remove unnecessary dependency for __modpostMasahiro Yamada2019-08-011-2/+2
* kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada2019-08-011-1/+1
* kbuild: modpost: include .*.cmd files only when targets existMasahiro Yamada2019-08-011-4/+2
* kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-181-2/+2
* kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada2019-07-181-6/+9
* modpost: make KBUILD_MODPOST_WARN also configurable for external modulesWiebe, Wladislav (Nokia - DE/Ulm)2019-04-111-1/+1
* modpost: always show verbose warning for section mismatchMasahiro Yamada2019-03-141-1/+0
* kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-1/+1
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-1/+1
* kbuild: remove duplicated comments about PHONYMasahiro Yamada2018-07-061-4/+0
* Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-171-2/+1
|\
| * kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada2017-11-161-2/+1
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / kbuild: drop unused symverfile in Makefile.modpostCao jin2017-10-071-1/+0
|/
* kbuild: add arch specific post-link MakefileNicholas Piggin2016-09-091-5/+9
* modpost: Add flag -E for making section mismatches fatalNicolas Boichat2015-10-061-0/+1
* modpost: Optionally ignore secondary errors seen if a single module build failsGuenter Roeck2013-09-231-1/+3
* modpost: handle huge numbers of modules.Rusty Russell2013-04-051-3/+5
* mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab2013-01-241-6/+1
* kbuild: sign the modules at install timeRusty Russell2012-10-191-76/+1
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-1/+76
|\
| * MODSIGN: Sign modules during the build processDavid Howells2012-10-101-1/+76
* | scripts/Makefile.modpost: error in finding modules from .mod files.이건호2012-08-311-1/+1
|/
* Merge commit 'v3.0-rc1' into kbuild/kbuildMichal Marek2011-06-071-2/+2
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* | kbuild: Fix reference to vermagic.hGeert Uytterhoeven2011-05-251-1/+1
|/
* trivial: fix a typo in a filenameUwe Kleine-König2010-08-031-1/+1
* kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg2010-08-031-3/+4
* tracing: Remove markersChristoph Hellwig2009-09-181-12/+0
* kbuild: fix KBUILD_EXTRA_SYMBOLSPeter Volkov2008-10-291-1/+1
* markers: fix duplicate modpost entryMathieu Desnoyers2008-07-221-0/+1
* kbuild: fix $(src) assignmnet with external modulesSam Ravnborg2008-05-311-0/+6
* kbuild: scripts/Makefile.modpost typo fixAdrian Bunk2008-04-261-1/+1
* kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLSRichard Hacker2008-04-251-0/+8
* kbuild: soften modpost checks when doing cross buildsSam Ravnborg2008-03-231-1/+5
* Linux Kernel Markers: create modpost fileMathieu Desnoyers2008-02-131-0/+11
* kbuild: add verbose option to Section mismatch reporting in modpostSam Ravnborg2008-01-281-0/+1
* kbuild: use LDFLAGS_MODULE only for .ko linksRoland McGrath2007-07-251-1/+1
* kbuild: do not do section mismatch checks on vmlinux in 2nd passSam Ravnborg2007-07-251-9/+10
* kbuild: do section mismatch check on full vmlinuxSam Ravnborg2007-07-171-2/+2
* kbuild: fix section mismatch check for vmlinuxSam Ravnborg2007-05-021-4/+4
* [PATCH] kbuild: allow multi-word $M in Makefile.modpostGreg Banks2006-10-171-1/+1
* kbuild: make modpost processing configurableSam Ravnborg2006-10-011-3/+8
* kbuild: fail kernel compilation in case of unresolved module symbolsKirill Korotaev2006-09-251-0/+1
* kbuild: modpost on vmlinux regardless of CONFIG_MODULESSam Ravnborg2006-09-251-3/+9
* kbuild: fix typo in modpostDave Jones2006-08-011-1/+1
* kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg2006-07-011-1/+1