mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2026-01-15 03:33:52 +01:00
Kbuild would install the .ko module files relative to their source directory, i.e. extensions/xt_quota.ko -> /lib/modules/%/extra/xt_quota.ko extensions/ACCOUNT/xt_ACCOUNT.ko -> /lib/modules/%/extra/ACCOUNT/xt_ACCOUNT.ko Add a hack to Makefile.am so that it all goes into extra/ only, without any further subdirectories created. This is strictly a hack as it pokes with Kbuild internals. Putting the ext-mod-dir override into extensions/Kbuild would not do, it is overridden by $linux/scripts/Makefile.modinst, so a higher priority override is needed (make command line by means of Makefile.am invoking make).
644 B
644 B