projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5462fe7
)
siit: oops, 'make M=... modules' is 2.6 only, use SUBDIRS=... instead
author
Nicolas Thill
<nico@openwrt.org>
Sun, 7 Mar 2010 03:55:34 +0000
(
03:55
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 7 Mar 2010 03:55:34 +0000
(
03:55
+0000)
SVN-Revision: 20026
package/siit/Makefile
patch
|
blob
|
history
diff --git
a/package/siit/Makefile
b/package/siit/Makefile
index fc67d0d3c0ffff803b0939cfc229981fd8afbdf2..e63087f6162faca5b2747a23840d30df72ce5630 100644
(file)
--- 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))