xr_usb_serial_common: 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:
David Bauer 2020-03-11 00:48:40 +01:00
parent 9515ddadff
commit 00d598ede6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ define Build/Compile
+$(MAKE) $(PKG_JOBS) -C "$(LINUX_DIR)" \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)/xr_usb_serial_common-1a" \
M="$(PKG_BUILD_DIR)/xr_usb_serial_common-1a" \
modules
endef