From d73794f9a2e7a5ca61305248ce0bcb37cb3fb26c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 17 May 2012 15:28:09 +0000 Subject: target: add a feature flag for RTC support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31777 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/target.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/target.mk b/include/target.mk index 61ae108d54..61cdf0640e 100644 --- a/include/target.mk +++ b/include/target.mk @@ -183,6 +183,9 @@ ifeq ($(DUMP),1) ifneq ($(CONFIG_VGA_CONSOLE)$(CONFIG_FB),) FEATURES += display endif + ifneq ($(CONFIG_RTC_CLASS),) + FEATURES += rtc + endif # remove duplicates FEATURES:=$(sort $(FEATURES)) -- cgit v1.2.3