Skip to content
Snippets Groups Projects
Commit 4b81bb13 authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

sunxi: fix build of rtc package when module not available


If the Kconfig option CONFIG_RTC_DRV_SUNXI is not selected this package
should be be build.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent b9a35920
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ define KernelPackage/rtc-sunxi
DEPENDS:=@TARGET_sunxi
$(call AddDepends/rtc)
KCONFIG:= \
CONFIG_RTC_CLASS=y \
CONFIG_RTC_DRV_SUNXI=m
CONFIG_RTC_DRV_SUNXI \
CONFIG_RTC_CLASS=y
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-sunxi.ko
AUTOLOAD:=$(call AutoLoad,50,rtc-sunxi)
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment