mirror of
https://github.com/schoebel/mars
synced 2024-12-24 07:32:46 +00:00
infra: modinfo shows whether prepatch is used
This commit is contained in:
parent
a1d4497a51
commit
8abf1a0928
@ -5849,6 +5849,12 @@ MODULE_AUTHOR("Thomas Schoebel-Theuer <tst@{schoebel-theuer,1und1}.de>");
|
||||
MODULE_VERSION(BUILDTAG " (" BUILDHOST " " BUILDDATE ")");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
#ifdef HAS_MARS_PREPATCH
|
||||
MODULE_INFO(prepatch, "has_prepatch");
|
||||
#else
|
||||
MODULE_INFO(prepatch, "no_prepatch");
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_MARS_DEBUG
|
||||
MODULE_INFO(debug, "production");
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user