Home
last modified time | relevance | path

Searched refs:module_scmversion (Results 1 – 2 of 2) sorted by relevance

/scripts/
DMakefile.modpost92 module_scmversion := $(shell $(srctree)/scripts/setlocalversion $(module_srcpath) | \
94 ifneq ($(module_scmversion),)
95 modpost-args += -v $(module_scmversion)
/scripts/mod/
Dmodpost.c43 static char module_scmversion[MODULE_SCMVERSION_SIZE]; variable
1808 if (module_scmversion[0] != '\0') in add_header()
1809 buf_printf(b, "\nMODULE_INFO(scmversion, \"%s\");\n", module_scmversion); in add_header()
2338 strncpy(module_scmversion, optarg, sizeof(module_scmversion) - 1); in main()