ARG_e = (1<<3), /* with -F, print unresolved symbols */
ARG_F = (1<<4), /* System.map that contains the symbols */
ARG_n = (1<<5) /* dry-run, print to stdout only */
+ ARG_r = (1<<6) /* Compat dummy. Linux Makefile uses it */
};
static int FAST_FUNC parse_module(const char *fname, struct stat *sb,
struct utsname uts;
int tmp;
- getopt32(argv, "aAb:eF:n", &moddir_base, NULL);
+ getopt32(argv, "aAb:eF:nr", &moddir_base, NULL);
argv += optind;
/* goto modules location */