why is "Module.symvers" only ignored in the root directory
but not in the others? If i rebuild separate modules, i see some
of these files with "git status".
Thanks,
Ralf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
If you do it the documented way, i.e. make path/to/module.ko instead of
abusing M=, then no Module.symvers in the subdirectory will be created.
Michal