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