diff options
Diffstat (limited to 'scripts/mod/modpost.c')
| -rw-r--r-- | scripts/mod/modpost.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 1c6fbb1a4f8e..78b30c1548e9 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
| @@ -2128,7 +2128,7 @@ int main(int argc, char **argv) | |||
| 2128 | struct ext_sym_list *extsym_iter; | 2128 | struct ext_sym_list *extsym_iter; |
| 2129 | struct ext_sym_list *extsym_start = NULL; | 2129 | struct ext_sym_list *extsym_start = NULL; |
| 2130 | 2130 | ||
| 2131 | while ((opt = getopt(argc, argv, "i:I:e:cmsSo:awM:K:")) != -1) { | 2131 | while ((opt = getopt(argc, argv, "i:I:e:msSo:awM:K:")) != -1) { |
| 2132 | switch (opt) { | 2132 | switch (opt) { |
| 2133 | case 'i': | 2133 | case 'i': |
| 2134 | kernel_read = optarg; | 2134 | kernel_read = optarg; |
| @@ -2137,9 +2137,6 @@ int main(int argc, char **argv) | |||
| 2137 | module_read = optarg; | 2137 | module_read = optarg; |
| 2138 | external_module = 1; | 2138 | external_module = 1; |
| 2139 | break; | 2139 | break; |
| 2140 | case 'c': | ||
| 2141 | cross_build = 1; | ||
| 2142 | break; | ||
| 2143 | case 'e': | 2140 | case 'e': |
| 2144 | external_module = 1; | 2141 | external_module = 1; |
| 2145 | extsym_iter = | 2142 | extsym_iter = |
