aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/Makefile.modpost (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-25linux/export.h: make <linux/export.h> independent of CONFIG_MODULESMasahiro Yamada1-0/+1
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada1-0/+7
2023-06-07modpost: propagate W=1 build option to modpostMasahiro Yamada1-0/+1
2023-02-05kbuild: do not automatically add -w option to modpostMasahiro Yamada1-5/+3
2023-01-05kbuild: readd -w option when vmlinux.o or Module.symver is missingMasahiro Yamada1-4/+5
2022-12-30kbuild: Fix running modpost with musl libcSamuel Holland1-11/+11
2022-12-14kbuild: refactor the prerequisites of the modpost ruleMasahiro Yamada1-14/+22
2022-12-14kbuild: change module.order to list *.o instead of *.koMasahiro Yamada1-2/+5
2022-11-22kbuild: add kbuild-file macroMasahiro Yamada1-1/+1
2022-10-28kbuild: fix typo in modpostWill McVicker1-1/+1
2022-10-14modpost: put modpost options before argumentRichard Acayan1-1/+1
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-3/+2
2022-09-29kbuild: re-run modpost when it is updatedMasahiro Yamada1-6/+8
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada1-65/+28
2022-09-29kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada1-2/+28
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada1-7/+2
2022-05-27kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpostMasahiro Yamada1-1/+1
2022-05-27kbuild: Fix include path in scripts/Makefile.modpostJing Leng1-2/+1
2021-09-19kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani1-1/+1
2021-09-03kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANGSami Tolvanen1-19/+3
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada1-2/+5
2021-04-25kbuild: do not set -w for vmlinux.o modpostMasahiro Yamada1-3/+5
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada1-1/+14
2021-03-15kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada1-2/+2
2021-01-14kbuild: lto: fix module versioningSami Tolvanen1-1/+5
2021-01-14kbuild: add support for Clang LTOSami Tolvanen1-2/+19
2020-08-02kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada1-3/+0
2020-06-06modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada1-3/+1
2020-06-06modpost: remove -s optionMasahiro Yamada1-1/+1
2020-06-06modpost: show warning if any of symbol dump files is missingMasahiro Yamada1-1/+4
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada1-4/+16
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada1-3/+4
2020-06-06modpost: refactor -i option calculationMasahiro Yamada1-4/+2
2020-06-06modpost: print symbol dump file as the build target in short logMasahiro Yamada1-13/+20
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada1-0/+4
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada1-1/+1
2020-06-03modpost: pass -N option only for modules modpostMasahiro Yamada1-1/+4
2020-06-03modpost: move -T option close to the modpost commandMasahiro Yamada1-2/+2
2020-06-03modpost: fix -i (--ignore-errors) MAKEFLAGS detectionMasahiro Yamada1-1/+6
2020-05-29kbuild: disallow multi-word in M= or KBUILD_EXTMODMasahiro Yamada1-1/+1
2020-03-13modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=nJessica Yu1-7/+8
2020-01-16kbuild: remove 'Building modules, stage 2.' logMasahiro Yamada1-1/+0
2019-11-11scripts/nsdeps: support nsdeps for external module buildsMasahiro Yamada1-1/+1
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada1-1/+1
2019-11-11modpost: do not invoke extra modpost for nsdepsMasahiro Yamada1-5/+3
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada1-1/+0
2019-11-11modpost: do not parse vmlinux for external module buildsMasahiro Yamada1-3/+5
2019-11-11kbuild: update comments in scripts/Makefile.modpostMasahiro Yamada1-2/+1
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+4
2019-09-10scripts: Coccinelle script for namespace dependencies.Matthias Maennich1-1/+3