summaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/modules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ppc40x/modules.mk')
-rw-r--r--target/linux/ppc40x/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/modules.mk b/target/linux/ppc40x/modules.mk
index 7a1247672..8859a2757 100644
--- a/target/linux/ppc40x/modules.mk
+++ b/target/linux/ppc40x/modules.mk
@@ -10,7 +10,7 @@ define KernelPackage/ata-magicbox-cf
TITLE:=Magicbox v2/OpenRB Compact flash support
DEPENDS:=@TARGET_ppc40x
KCONFIG:=CONFIG_PATA_MAGICBOX_CF
- FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.ko
AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf,1)
$(call AddDepends/ata)
endef