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

Merge pull request #7453 from haukepetersen/opt_gcoap_renamesrcfolder

net/gcoap: renamed source folder s/coap/gcoap/
This commit is contained in:
Hauke Petersen 2017-08-08 16:48:04 +02:00 committed by GitHub
commit 39426bba7d
3 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ ifneq (,$(filter sema,$(USEMODULE)))
DIRS += sema
endif
ifneq (,$(filter gcoap,$(USEMODULE)))
DIRS += net/application_layer/coap
DIRS += net/application_layer/gcoap
endif
ifneq (,$(filter emcute,$(USEMODULE)))
DIRS += net/application_layer/emcute