From 33990405fb045f2e425cc9f39d75ce8e1cb07669 Mon Sep 17 00:00:00 2001 From: Claudio Mignanti Date: Mon, 12 Jul 2010 14:06:13 +0000 Subject: massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ixp4xx/modules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ixp4xx/modules.mk') diff --git a/target/linux/ixp4xx/modules.mk b/target/linux/ixp4xx/modules.mk index c58881b072..e088497793 100644 --- a/target/linux/ixp4xx/modules.mk +++ b/target/linux/ixp4xx/modules.mk @@ -10,7 +10,7 @@ define KernelPackage/ata-ixp4xx-cf TITLE:=IXP4XX Compact Flash support DEPENDS:=@TARGET_ixp4xx KCONFIG:=CONFIG_PATA_IXP4XX_CF - FILES:=$(LINUX_DIR)/drivers/ata/pata_ixp4xx_cf.$(LINUX_KMOD_SUFFIX) + FILES:=$(LINUX_DIR)/drivers/ata/pata_ixp4xx_cf.ko AUTOLOAD:=$(call AutoLoad,41,pata_ixp4xx_cf,1) $(call AddDepends/ata) endef @@ -29,7 +29,7 @@ define KernelPackage/ixp4xx-beeper KCONFIG:= \ CONFIG_INPUT_MISC=y \ CONFIG_INPUT_IXP4XX_BEEPER - FILES:=$(LINUX_DIR)/drivers/input/misc/ixp4xx-beeper.$(LINUX_KMOD_SUFFIX) + FILES:=$(LINUX_DIR)/drivers/input/misc/ixp4xx-beeper.ko AUTOLOAD:=$(call AutoLoad,50,ixp4xx-beeper) $(call AddDepends/input) endef -- cgit v1.2.3