diff options
Diffstat (limited to 'modutils')
| -rw-r--r-- | modutils/depmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/depmod.c b/modutils/depmod.c index 8caa3769c..405ba9e2a 100644 --- a/modutils/depmod.c +++ b/modutils/depmod.c | |||
| @@ -36,7 +36,7 @@ enum { | |||
| 36 | ARG_b = (1<<2), /* base directory when modules are in staging area */ | 36 | ARG_b = (1<<2), /* base directory when modules are in staging area */ |
| 37 | ARG_e = (1<<3), /* with -F, print unresolved symbols */ | 37 | ARG_e = (1<<3), /* with -F, print unresolved symbols */ |
| 38 | ARG_F = (1<<4), /* System.map that contains the symbols */ | 38 | ARG_F = (1<<4), /* System.map that contains the symbols */ |
| 39 | ARG_n = (1<<5) /* dry-run, print to stdout only */ | 39 | ARG_n = (1<<5), /* dry-run, print to stdout only */ |
| 40 | ARG_r = (1<<6) /* Compat dummy. Linux Makefile uses it */ | 40 | ARG_r = (1<<6) /* Compat dummy. Linux Makefile uses it */ |
| 41 | }; | 41 | }; |
| 42 | 42 | ||
