summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.modpost
AgeCommit message (Expand)AuthorLines
2019-08-10kbuild: revive single target %.koMasahiro Yamada-4/+2
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada-35/+41
2019-08-01kbuild: modpost: remove unnecessary dependency for __modpostMasahiro Yamada-2/+2
2019-08-01kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada-1/+1
2019-08-01kbuild: modpost: include .*.cmd files only when targets existMasahiro Yamada-4/+2
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada-2/+2
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modMasahiro Yamada-6/+9
2019-04-11modpost: make KBUILD_MODPOST_WARN also configurable for external modulesWiebe, Wladislav (Nokia - DE/Ulm)-1/+1
2019-03-14modpost: always show verbose warning for section mismatchMasahiro Yamada-1/+0
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada-1/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-1/+1
2018-07-06kbuild: remove duplicated comments about PHONYMasahiro Yamada-4/+0
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+1
2017-11-16kbuild: remove redundant $(wildcard ...) for cmd_files calculationMasahiro Yamada-2/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-07kbuild: drop unused symverfile in Makefile.modpostCao jin-1/+0
2016-09-09kbuild: add arch specific post-link MakefileNicholas Piggin-5/+9
2015-10-06modpost: Add flag -E for making section mismatches fatalNicolas Boichat-0/+1
2013-09-23modpost: Optionally ignore secondary errors seen if a single module build failsGuenter Roeck-1/+3
2013-04-05modpost: handle huge numbers of modules.Rusty Russell-3/+5
2013-01-24mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab-6/+1
2012-10-19kbuild: sign the modules at install timeRusty Russell-76/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+76
2012-10-10MODSIGN: Sign modules during the build processDavid Howells-1/+76
2012-08-31scripts/Makefile.modpost: error in finding modules from .mod files.이건호-1/+1
2011-06-07Merge commit 'v3.0-rc1' into kbuild/kbuildMichal Marek-2/+2
2011-05-25kbuild: Fix reference to vermagic.hGeert Uytterhoeven-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2010-08-03trivial: fix a typo in a filenameUwe Kleine-König-1/+1
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg-3/+4
2009-09-18tracing: Remove markersChristoph Hellwig-12/+0
2008-10-29kbuild: fix KBUILD_EXTRA_SYMBOLSPeter Volkov-1/+1
2008-07-22markers: fix duplicate modpost entryMathieu Desnoyers-0/+1
2008-05-31kbuild: fix $(src) assignmnet with external modulesSam Ravnborg-0/+6
2008-04-26kbuild: scripts/Makefile.modpost typo fixAdrian Bunk-1/+1
2008-04-25kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLSRichard Hacker-0/+8
2008-03-23kbuild: soften modpost checks when doing cross buildsSam Ravnborg-1/+5
2008-02-13Linux Kernel Markers: create modpost fileMathieu Desnoyers-0/+11
2008-01-28kbuild: add verbose option to Section mismatch reporting in modpostSam Ravnborg-0/+1
2007-07-25kbuild: use LDFLAGS_MODULE only for .ko linksRoland McGrath-1/+1
2007-07-25kbuild: do not do section mismatch checks on vmlinux in 2nd passSam Ravnborg-9/+10
2007-07-17kbuild: do section mismatch check on full vmlinuxSam Ravnborg-2/+2
2007-05-02kbuild: fix section mismatch check for vmlinuxSam Ravnborg-4/+4
2006-10-17[PATCH] kbuild: allow multi-word $M in Makefile.modpostGreg Banks-1/+1
2006-10-01kbuild: make modpost processing configurableSam Ravnborg-3/+8
2006-09-25kbuild: fail kernel compilation in case of unresolved module symbolsKirill Korotaev-0/+1
2006-09-25kbuild: modpost on vmlinux regardless of CONFIG_MODULESSam Ravnborg-3/+9
2006-08-01kbuild: fix typo in modpostDave Jones-1/+1
2006-07-01kbuild: fix ia64 breakage after introducing make -rRSam Ravnborg-1/+1