mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
kernel: allow building kmod-rtc-marvell for mvebu target
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35177
This commit is contained in:
parent
fa1afc1fa9
commit
8b21ccae13
@ -393,7 +393,7 @@ define KernelPackage/rtc-marvell
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Marvell SoC built-in RTC support
|
||||
$(call AddDepends/rtc)
|
||||
DEPENDS+=@TARGET_kirkwood||TARGET_orion
|
||||
DEPENDS+=@TARGET_kirkwood||TARGET_orion||TARGET_mvebu
|
||||
KCONFIG:=CONFIG_RTC_DRV_MV
|
||||
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-mv.ko
|
||||
AUTOLOAD:=$(call AutoLoad,60,rtc-mv)
|
||||
|
Loading…
Reference in New Issue
Block a user