From: Nicolas Thill Date: Sun, 7 Mar 2010 03:55:34 +0000 (+0000) Subject: siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... instead X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=74e3887e5aa494b2ee626c1a95264e4e26c83da0;p=lede.git siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... instead SVN-Revision: 20026 --- diff --git a/package/siit/Makefile b/package/siit/Makefile index fc67d0d3c0..e63087f616 100644 --- a/package/siit/Makefile +++ b/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))