aboutsummaryrefslogtreecommitdiff
path: root/libs/xr_usb_serial_common
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-03-11 00:48:40 +0100
committerDavid Bauer <mail@david-bauer.net>2020-03-11 00:48:40 +0100
commit00d598ede6dbeb8b945ea7daa2e663bfbfffb30f (patch)
treef3cae92b00dd672108d5f2cad5b027e5d22265fa /libs/xr_usb_serial_common
parent9515ddadffbe53ad4f060208bd384008d312572b (diff)
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>
Diffstat (limited to 'libs/xr_usb_serial_common')
-rw-r--r--libs/xr_usb_serial_common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/xr_usb_serial_common/Makefile b/libs/xr_usb_serial_common/Makefile
index a2091dfa9..b3797176d 100644
--- a/libs/xr_usb_serial_common/Makefile
+++ b/libs/xr_usb_serial_common/Makefile
@@ -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