1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/native/Makefile
Ludwig Ortmann c0ef84bb9f native: move rtc to periph
* adapt implementation to new interface
* remove now superfluous drivers directory
2014-12-13 15:21:52 +01:00

11 lines
155 B
Makefile

MODULE = cpu
DIRS += periph
ifneq (,$(filter nativenet,$(USEMODULE)))
DIRS += net
endif
include $(RIOTBASE)/Makefile.base
INCLUDES = $(NATIVEINCLUDES)