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:
commit
39426bba7d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user