mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c0ef84bb9f
* adapt implementation to new interface * remove now superfluous drivers directory
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)
|