[kernel] Add the generic PWM api from Bill Gatliff (experimental). Ignore the leds...
[openwrt.git] / package / siit / Makefile
index fc67d0d..1d014a7 100644 (file)
@@ -1,5 +1,5 @@
 # 
 # 
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -10,6 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=siit
 PKG_VERSION:=1.1
 
 PKG_NAME:=siit
 PKG_VERSION:=1.1
+PKG_RELEASE:=2
 
 include $(INCLUDE_DIR)/package.mk
 
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -33,7 +34,7 @@ define Build/Prepare
 endef
 
 define Build/Compile
 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))
 endef
 
 $(eval $(call KernelPackage,siit))
This page took 0.028617 seconds and 4 git commands to generate.