1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +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