1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/native/drivers/Makefile

6 lines
90 B
Makefile
Raw Normal View History

ifneq (,$(filter rtc,$(USEMODULE)))
DIRS += rtc
endif
2014-10-18 10:58:51 +02:00
include $(RIOTBASE)/Makefile.base