RIOT/cpu/native/Makefile
2014-10-18 11:00:09 +02:00

12 lines
171 B
Makefile

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