summaryrefslogtreecommitdiffstats
path: root/package/w1-gpio-custom
diff options
context:
space:
mode:
authorClaudio Mignanti <c.mignanti@gmail.com>2010-07-12 14:06:13 +0000
committerClaudio Mignanti <c.mignanti@gmail.com>2010-07-12 14:06:13 +0000
commit2d86ea7bf3f47d45d196e0148a091004ded321bf (patch)
tree2d9f40bf4827c95d0c34bdd9fae9baf18be532f8 /package/w1-gpio-custom
parentbbcb9de93547b7aa0b11eb55e91914448c4b0901 (diff)
downloadmaster-31e0f0ae-2d86ea7bf3f47d45d196e0148a091004ded321bf.tar.gz
master-31e0f0ae-2d86ea7bf3f47d45d196e0148a091004ded321bf.tar.bz2
master-31e0f0ae-2d86ea7bf3f47d45d196e0148a091004ded321bf.zip
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
Diffstat (limited to 'package/w1-gpio-custom')
-rw-r--r--package/w1-gpio-custom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/w1-gpio-custom/Makefile b/package/w1-gpio-custom/Makefile
index bbd9600209..c1441e9caa 100644
--- a/package/w1-gpio-custom/Makefile
+++ b/package/w1-gpio-custom/Makefile
@@ -17,7 +17,7 @@ define KernelPackage/w1-gpio-custom
SUBMENU:=W1 support
TITLE:=Custom GPIO-based 1-wire device
DEPENDS:=kmod-w1 +kmod-w1-master-gpio
- FILES:=$(PKG_BUILD_DIR)/w1-gpio-custom.$(LINUX_KMOD_SUFFIX)
+ FILES:=$(PKG_BUILD_DIR)/w1-gpio-custom.ko
KCONFIG:=
endef