aboutsummaryrefslogtreecommitdiff
path: root/scripts/depmod.sh
AgeCommit message (Expand)AuthorFilesLines
2023-08-29kbuild: move depmod rule to scripts/Makefile.modinstGravatar Masahiro Yamada 1-5/+7
2023-07-25Revert "kbuild: Hack for depmod not handling X.Y versions"Gravatar Michal Suchanek 1-26/+1
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHGravatar Linus Torvalds 1-0/+2
2018-09-09kbuild: modules_install: warn when missing System.map fileGravatar Randy Dunlap 1-0/+1
2018-09-03kbuild: make missing $DEPMOD a Warning instead of an ErrorGravatar Randy Dunlap 1-2/+2
2018-07-18kbuild: verify that $DEPMOD is installedGravatar Randy Dunlap 1-1/+7
2018-05-17depmod.sh: remove symbol prefix supportGravatar Masahiro Yamada 1-22/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2013-02-22depmod: pass -P $CONFIG_SYMBOL_PREFIXGravatar James Hogan 1-3/+23
2012-01-23kbuild: do not check for ancient modutils toolsGravatar Lucas De Marchi 1-6/+0
2011-07-12kbuild: Do not write to builddir in modules_installGravatar Michal Marek 1-4/+6
2011-06-09kbuild: Hack for depmod not handling X.Y versionsGravatar Michal Marek 1-1/+24
2011-06-09kbuild: Move depmod call to a separate scriptGravatar Michal Marek 1-0/+25