From: Lucas De Marchi Date: Fri, 16 Aug 2024 13:41:11 +0000 (-0500) Subject: build: Add mod-weakdep.ko to cache X-Git-Tag: v34~501 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05269d823fdcd1a237772e634a2c388d1cf22e7c;p=thirdparty%2Fkmod.git build: Add mod-weakdep.ko to cache A long forgotten feature of the build system: we commit the built modules from playground so distros can build without linux-headers available. Cc: Marco d'Itri Closes: https://lore.kernel.org/linux-modules/Zr3A96SfR21UjdL1@bongo.bofh.it Signed-off-by: Lucas De Marchi Reviewed-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/78 --- diff --git a/testsuite/module-playground/cache/mod-weakdep.ko b/testsuite/module-playground/cache/mod-weakdep.ko new file mode 100644 index 00000000..9ced8dc0 Binary files /dev/null and b/testsuite/module-playground/cache/mod-weakdep.ko differ