summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2023-04-24 17:49:08 +0300
committerPetr Mladek <pmladek@suse.com>2023-04-24 17:49:08 +0300
commitc9c8133080c75ce2440001d765dbe8c24f932ea2 (patch)
tree06191dcb03e8c2759ae373cca0b8eae51f21fbc0 /scripts
parent1b47b80e2fa777b37a9486512f4636d7e6aaa353 (diff)
parent6486a57f05d3d40aa8698908de16feebe52e9f13 (diff)
downloadlinux-c9c8133080c75ce2440001d765dbe8c24f932ea2.tar.xz
Merge branch 'for-6.4/doc' into for-linus
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.modinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.modinst b/scripts/Makefile.modinst
index 4815a8e32227..ab0c5bd1a60f 100644
--- a/scripts/Makefile.modinst
+++ b/scripts/Makefile.modinst
@@ -14,7 +14,7 @@ modules := $(call read-file, $(MODORDER))
ifeq ($(KBUILD_EXTMOD),)
dst := $(MODLIB)/kernel
else
-INSTALL_MOD_DIR ?= extra
+INSTALL_MOD_DIR ?= updates
dst := $(MODLIB)/$(INSTALL_MOD_DIR)
endif