summaryrefslogtreecommitdiff
path: root/eclass/linux-mod-r1.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-30 21:21:38 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-30 21:21:38 +0100
commit2f210c93c08515a806199783aabe37d12a0197cb (patch)
tree8b846898d136de0503e4ec3c2cf1f90660ee3336 /eclass/linux-mod-r1.eclass
parent1c19f0d8d940b35f723e28d8a6ebe388cfacd1d8 (diff)
gentoo auto-resync : 30:05:2023 - 21:21:38
Diffstat (limited to 'eclass/linux-mod-r1.eclass')
-rw-r--r--eclass/linux-mod-r1.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/linux-mod-r1.eclass b/eclass/linux-mod-r1.eclass
index 73e7e7f8ff0b..d665c42f9dd8 100644
--- a/eclass/linux-mod-r1.eclass
+++ b/eclass/linux-mod-r1.eclass
@@ -22,7 +22,6 @@
# - try without :target first, it is now almost always unnecessary
# - srcdir defaults to the current directory, and note that paths
# can be relative to that (should typically *not* pass ${S})
-# - "name(misc)" or "(extra)" are fine just as modlist=( name )
# 2. BUILD_PARAMS and/or BUILD_FIXES
# -> local modargs=( VAR="${KV_OUT_DIR}" ... )
# - CC/LD and similar are unneeded, always passed (V=1 too)
@@ -336,6 +335,10 @@ linux-mod-r1_pkg_setup() {
# exists, but it can be anything.
# -> Default: extra
#
+# Warning: Changing this location may leave stale modules until a
+# kernel upgrade as the package manager does not typically delete
+# old modules and only does overwrite on rebuilds.
+#
# > source-dir: Directory containing the Makefile to build the module.
# Path can be relative to the current directory or absolute.
# -> Default: current directory