massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950

SVN-Revision: 22145
This commit is contained in:
Claudio Mignanti
2010-07-12 14:06:13 +00:00
parent bbcb9de935
commit 2d86ea7bf3
63 changed files with 570 additions and 576 deletions

View File

@@ -20,7 +20,7 @@ define KernelPackage/ocf-ubsec-ssb
SUBMENU:=$(CRYPTO_MENU)
DEPENDS:=@TARGET_brcm47xx +kmod-crypto-core +kmod-crypto-ocf
TITLE:=BCM5365P IPSec Core driver
FILES:=$(PKG_BUILD_DIR)/src/ubsec_ssb.$(LINUX_KMOD_SUFFIX)
FILES:=$(PKG_BUILD_DIR)/src/ubsec_ssb.ko
AUTOLOAD:=$(call AutoLoad,09,ubsec_ssb)
endef