From: Florian Fainelli Date: Tue, 15 Jan 2013 19:55:26 +0000 (+0000) Subject: kernel: allow building kmod-rtc-marvell for mvebu target X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8b21ccae13fbfc1b9afd503efd8b7c3a136124ce;p=openwrt%2Fstaging%2Fmkresin.git kernel: allow building kmod-rtc-marvell for mvebu target Signed-off-by: Florian Fainelli SVN-Revision: 35177 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 28a24a028d..486565a11b 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -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)