diff --git a/scripts/Makefile.modinst b/scripts/Makefile.modinst index 836391e5d2097785b0a845ed0190d2ea3b31b65e..f598eb83f776f11c3c35908fdb59ead00c4d4fc4 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