kernel: replace SUBDIRS with M in package recipes
[openwrt/staging/hauke.git] / package / kernel / gpio-button-hotplug / Makefile
index ffbc19756c36938401bd2da1042bff98947dda87..09f9c00e990f553e38e0e3406e90ae360d67d250 100644 (file)
@@ -34,7 +34,7 @@ endef
 
 MAKE_OPTS:= \
        $(KERNEL_MAKE_FLAGS) \
-       SUBDIRS="$(PKG_BUILD_DIR)"
+       M="$(PKG_BUILD_DIR)"
 
 define Build/Compile
        $(MAKE) -C "$(LINUX_DIR)" \