mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ksmbd: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
@@ -60,7 +60,7 @@ EXTRA_CFLAGS += -DCONFIG_SMB_INSECURE_SERVER=1
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(KERNEL_MAKE) SUBDIRS="$(PKG_BUILD_DIR)" \
|
$(KERNEL_MAKE) M="$(PKG_BUILD_DIR)" \
|
||||||
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \
|
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \
|
||||||
$(PKG_EXTRA_KCONFIG) \
|
$(PKG_EXTRA_KCONFIG) \
|
||||||
CONFIG_SMB_SERVER=m \
|
CONFIG_SMB_SERVER=m \
|
||||||
|
|||||||
Reference in New Issue
Block a user