target/sunxi: add dependency on sunxi to kmod-wdt-sunxi
SVN-Revision: 39693
This commit is contained in:
parent
7a8f13f33c
commit
86f5a9cf78
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ $(eval $(call KernelPackage,sun4i-emac))
|
||||||
define KernelPackage/wdt-sunxi
|
define KernelPackage/wdt-sunxi
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=AllWinner sunXi Watchdog timer
|
TITLE:=AllWinner sunXi Watchdog timer
|
||||||
|
DEPENDS:=@TARGET_sunxi
|
||||||
KCONFIG:=CONFIG_SUNXI_WATCHDOG
|
KCONFIG:=CONFIG_SUNXI_WATCHDOG
|
||||||
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/sunxi_wdt.ko
|
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/sunxi_wdt.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,51,sunxi_wdt)
|
AUTOLOAD:=$(call AutoLoad,51,sunxi_wdt)
|
||||||
|
|
Loading…
Reference in a new issue