summaryrefslogtreecommitdiff
path: root/eclass/linux-mod-r1.eclass
diff options
context:
space:
mode:
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