Browse Source

siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... instead

SVN-Revision: 20026
Nicolas Thill 16 years ago
parent
commit
74e3887e5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/siit/Makefile

+ 1 - 1
package/siit/Makefile

@@ -33,7 +33,7 @@ define Build/Prepare
 endef
 
 define Build/Compile
-	$(MAKE) $(KERNEL_MAKEOPTS) M=$(PKG_BUILD_DIR) modules
+	$(MAKE) $(KERNEL_MAKEOPTS) SUBDIRS="$(PKG_BUILD_DIR)" modules
 endef
 
 $(eval $(call KernelPackage,siit))