commit | 910dba41239224069c17bb6c30c9d43c1ba229f1 | [log] [tgz] |
---|---|---|
author | Peter Foley <pefoley2@pefoley.com> | Thu Jan 12 23:49:09 2023 -0500 |
committer | Richard Weinberger <richard@nod.at> | Mon Feb 13 10:14:16 2023 +0100 |
tree | 29de93724daa6f96cba2fc17900a1f9ddfa7f9bf | |
parent | 2c4d3841a82b88ae8a7b518dc6206f84f68e705a [diff] |
um: Prevent building modules incompatible with MODVERSIONS The manual ld invocation in arch/um/drivers doesn't play nicely with genksyms. Given the problematic modules are deprecated anyway, just prevent building them when using MODVERSIONS. e.g. MODPOST Module.symvers arch/um/drivers/.pcap.o.cmd: No such file or directory Signed-off-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Richard Weinberger <richard@nod.at>