aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.modpost
AgeCommit message (Expand)AuthorFilesLines
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTGravatar Masahiro Yamada 1-7/+2
2022-05-27kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpostGravatar Masahiro Yamada 1-1/+1
2022-05-27kbuild: Fix include path in scripts/Makefile.modpostGravatar Jing Leng 1-2/+1
2021-09-19kbuild: Fix comment typo in scripts/Makefile.modpostGravatar Ramji Jiyani 1-1/+1
2021-09-03kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGGravatar Sami Tolvanen 1-19/+3
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedGravatar Masahiro Yamada 1-2/+5
2021-04-25kbuild: do not set -w for vmlinux.o modpostGravatar Masahiro Yamada 1-3/+5
2021-04-25kbuild: generate Module.symvers only when vmlinux existsGravatar Masahiro Yamada 1-1/+14
2021-03-15kbuild: prefix $(srctree)/ to some included MakefilesGravatar Masahiro Yamada 1-2/+2
2021-01-14kbuild: lto: fix module versioningGravatar Sami Tolvanen 1-1/+5
2021-01-14kbuild: add support for Clang LTOGravatar Sami Tolvanen 1-2/+19
2020-08-02kbuild: remove redundant FORCE definition in scripts/Makefile.modpostGravatar Masahiro Yamada 1-3/+0
2020-06-06modpost: move -d option in scripts/Makefile.modpostGravatar Masahiro Yamada 1-3/+1
2020-06-06modpost: remove -s optionGravatar Masahiro Yamada 1-1/+1
2020-06-06modpost: show warning if any of symbol dump files is missingGravatar Masahiro Yamada 1-1/+4
2020-06-06modpost: invoke modpost only when input files are updatedGravatar Masahiro Yamada 1-4/+16
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostGravatar Masahiro Yamada 1-3/+4
2020-06-06modpost: refactor -i option calculationGravatar Masahiro Yamada 1-4/+2
2020-06-06modpost: print symbol dump file as the build target in short logGravatar Masahiro Yamada 1-13/+20
2020-06-06modpost: re-add -e to set external_module flagGravatar Masahiro Yamada 1-0/+4
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionGravatar Masahiro Yamada 1-1/+1
2020-06-03modpost: pass -N option only for modules modpostGravatar Masahiro Yamada 1-1/+4
2020-06-03modpost: move -T option close to the modpost commandGravatar Masahiro Yamada 1-2/+2
2020-06-03modpost: fix -i (--ignore-errors) MAKEFLAGS detectionGravatar Masahiro Yamada 1-1/+6
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODGravatar Masahiro Yamada 1-1/+1
2020-03-13modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN...Gravatar Jessica Yu 1-7/+8
2020-01-16kbuild: remove 'Building modules, stage 2.' logGravatar Masahiro Yamada 1-1/+0
2019-11-11scripts/nsdeps: support nsdeps for external module buildsGravatar Masahiro Yamada 1-1/+1
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileGravatar Masahiro Yamada 1-1/+1
2019-11-11modpost: do not invoke extra modpost for nsdepsGravatar Masahiro Yamada 1-5/+3
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversGravatar Masahiro Yamada 1-1/+0
2019-11-11modpost: do not parse vmlinux for external module buildsGravatar Masahiro Yamada 1-3/+5
2019-11-11kbuild: update comments in scripts/Makefile.modpostGravatar Masahiro Yamada 1-2/+1
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+4
2019-09-10scripts: Coccinelle script for namespace dependencies.Gravatar Matthias Maennich 1-1/+3
2019-08-22kbuild: split final module linking out into Makefile.modfinalGravatar Masahiro Yamada 1-68/+11
2019-08-21kbuild: rebuild modules when module linker scripts are updatedGravatar Masahiro Yamada 1-2/+3
2019-08-14kbuild: add [M] marker for build log of *.mod.oGravatar Masahiro Yamada 1-1/+1
2019-08-14Kbuild: Handle PREEMPT_RT for version string and magicGravatar Thomas Gleixner 1-1/+1
2019-08-10kbuild: revive single target %.koGravatar Masahiro Yamada 1-4/+2
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostGravatar Masahiro Yamada 1-35/+41
2019-08-01kbuild: modpost: remove unnecessary dependency for __modpostGravatar Masahiro Yamada 1-2/+2
2019-08-01kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesGravatar Masahiro Yamada 1-1/+1
2019-08-01kbuild: modpost: include .*.cmd files only when targets existGravatar Masahiro Yamada 1-4/+2
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRGravatar Masahiro Yamada 1-2/+2
2019-07-18kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.modGravatar Masahiro Yamada 1-6/+9
2019-04-11modpost: make KBUILD_MODPOST_WARN also configurable for external modulesGravatar Wiebe, Wladislav (Nokia - DE/Ulm) 1-1/+1
2019-03-14modpost: always show verbose warning for section mismatchGravatar Masahiro Yamada 1-1/+0
2019-01-28kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Gravatar Masahiro Yamada 1-1/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-1/+1