Renamed erbium to er-coap to avoid confusion and have a meaningful directory name.
This commit is contained in:
parent
7d79b69ada
commit
3dd5bd7a37
4
apps/er-coap/Makefile.er-coap
Executable file
4
apps/er-coap/Makefile.er-coap
Executable file
|
@ -0,0 +1,4 @@
|
|||
er-coap_src = er-coap.c er-coap-engine.c er-coap-transactions.c er-coap-observe.c er-coap-separate.c er-coap-res-well-known-core.c
|
||||
|
||||
# Erbium will implement the REST Engine
|
||||
CFLAGS += -DREST=coap_rest_implementation
|
|
@ -1,4 +0,0 @@
|
|||
erbium_src = er-coap.c er-coap-engine.c er-coap-transactions.c er-coap-observe.c er-coap-separate.c er-coap-res-well-known-core.c
|
||||
|
||||
# Erbium will implement the REST Engine
|
||||
CFLAGS += -DREST=coap_rest_implementation
|
|
@ -22,7 +22,7 @@ PROJECT_SOURCEFILES += $(REST_RESOURCES_FILES)
|
|||
SMALL=1
|
||||
|
||||
# REST Engine shall use Erbium CoAP implementation
|
||||
APPS += erbium
|
||||
APPS += er-coap
|
||||
APPS += rest-engine
|
||||
|
||||
# optional rules to get assembly
|
||||
|
|
Loading…
Reference in a new issue