Compare https://github.com/RIOT-OS/RIOT/pull/1922#issuecomment-61293824 When using a construct like this: ``` make ifneq (,$(filter periph_rtc,$(FEATURES_PROVIDED))) SRC += sc_periph_rtc.c endif ``` it is never true.