mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
222 B
Makefile
14 lines
222 B
Makefile
MODULE = cpu
|
|
|
|
DIRS += periph
|
|
ifneq (,$(filter nativenet,$(USEMODULE)))
|
|
DIRS += net
|
|
endif
|
|
ifneq (,$(filter ng_nativenet,$(USEMODULE)))
|
|
DIRS += ng_net
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|
|
|
|
INCLUDES = $(NATIVEINCLUDES)
|