From 03babf3641a0436732c8b733b943fa33abbbe62a 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 SVN-Revision: 31777 --- include/target.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/target.mk') diff --git a/include/target.mk b/include/target.mk index 61ae108..61cdf06 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.1