1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
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)