diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2010-07-12 14:06:13 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2010-07-12 14:06:13 +0000 |
commit | 2d86ea7bf3f47d45d196e0148a091004ded321bf (patch) | |
tree | 2d9f40bf4827c95d0c34bdd9fae9baf18be532f8 /package/avila-wdt/Makefile | |
parent | bbcb9de93547b7aa0b11eb55e91914448c4b0901 (diff) | |
download | upstream-2d86ea7bf3f47d45d196e0148a091004ded321bf.tar.gz upstream-2d86ea7bf3f47d45d196e0148a091004ded321bf.tar.bz2 upstream-2d86ea7bf3f47d45d196e0148a091004ded321bf.zip |
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
Diffstat (limited to 'package/avila-wdt/Makefile')
-rw-r--r-- | package/avila-wdt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avila-wdt/Makefile b/package/avila-wdt/Makefile index 660c6c3339..5bf6bf4ad0 100644 --- a/package/avila-wdt/Makefile +++ b/package/avila-wdt/Makefile @@ -17,7 +17,7 @@ define KernelPackage/avila-wdt SUBMENU:=Other modules TITLE:=GPIO hardware watchdog driver for modified Avila boards DEPENDS:=@GPIO_SUPPORT @TARGET_ixp4xx - FILES:=$(PKG_BUILD_DIR)/avila-wdt.$(LINUX_KMOD_SUFFIX) + FILES:=$(PKG_BUILD_DIR)/avila-wdt.ko AUTOLOAD:=$(call AutoLoad,10,avila-wdt) endef |