1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

ble/skald: move module to sys/net/ble

This commit is contained in:
Hauke Petersen 2019-03-26 21:37:35 +01:00
parent f6efecc3f0
commit 0c5929c185
5 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ ifneq (,$(filter nanocoap,$(USEMODULE)))
DIRS += net/application_layer/nanocoap
endif
ifneq (,$(filter skald,$(USEMODULE)))
DIRS += net/skald
DIRS += net/ble/skald
endif
ifneq (,$(filter cord_common,$(USEMODULE)))
DIRS += net/application_layer/cord/common