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

@@ -10,7 +10,7 @@ define KernelPackage/mmc-at91
TITLE:=MMC/SD Card Support on AT91
DEPENDS:=@TARGET_at91 +kmod-mmc
KCONFIG:=CONFIG_MMC_AT91
FILES:=$(LINUX_DIR)/drivers/mmc/host/at91_mci.$(LINUX_KMOD_SUFFIX)
FILES:=$(LINUX_DIR)/drivers/mmc/host/at91_mci.ko
AUTOLOAD:=$(call AutoLoad,90,at91_mci,1)
endef
@@ -26,7 +26,7 @@ define KernelPackage/pwm-atmel
DEPENDS:=@TARGET_at91
KCONFIG:=CONFIG_GENERIC_PWM \
CONFIG_ATMEL_PWM
FILES:=$(LINUX_DIR)/drivers/pwm/atmel-pwm.$(LINUX_KMOD_SUFFIX)
FILES:=$(LINUX_DIR)/drivers/pwm/atmel-pwm.ko
AUTOLOAD:=$(call AutoLoad,51,atmel-pwm)
endef