Fix the watchdog path for the SCX200 watchdog driver

Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

SVN-Revision: 10672
This commit is contained in:
Florian Fainelli 2008-03-27 16:50:07 +00:00
parent c9160a88b1
commit f6631d7bd4
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ define KernelPackage/scx200-wdt
TITLE:=Natsemi SCX200 Watchdog support
DEPENDS:=@TARGET_x86
KCONFIG:=CONFIG_SC1200_WDT
FILES:=$(LINUX_DIR)/drivers/char/watchdog/scx200_wdt.$(LINUX_KMOD_SUFFIX)
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/scx200_wdt.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,scx200_wdt)
endef