summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/modules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/rdc/modules.mk')
-rw-r--r--target/linux/rdc/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/modules.mk b/target/linux/rdc/modules.mk
index bb4c0cbe4..ce7cbdf6e 100644
--- a/target/linux/rdc/modules.mk
+++ b/target/linux/rdc/modules.mk
@@ -10,7 +10,7 @@ define KernelPackage/rdc321x-wdt
TITLE:=RDC321x watchdog
DEPENDS:=@TARGET_rdc
KCONFIG:=CONFIG_RDC321X_WDT
- FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/rdc321x_wdt.$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/rdc321x_wdt.ko
AUTOLOAD:=$(call AutoLoad,50,rdc321x_wdt)
endef