summaryrefslogtreecommitdiffstats
path: root/target/linux/pxcab/modules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/pxcab/modules.mk')
-rw-r--r--target/linux/pxcab/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/pxcab/modules.mk b/target/linux/pxcab/modules.mk
index 742cbd201..0c5a254a9 100644
--- a/target/linux/pxcab/modules.mk
+++ b/target/linux/pxcab/modules.mk
@@ -10,7 +10,7 @@ define KernelPackage/axonram
TITLE:=Axon DDR2 memory device driver
DEPENDS:=@TARGET_pxcab
KCONFIG:=CONFIG_AXON_RAM
- FILES:=$(LINUX_DIR)/arch/powerpc/sysdev/axonram.$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/arch/powerpc/sysdev/axonram.ko
AUTOLOAD:=$(call AutoLoad,01,axonram)
endef