Renamed erbium to er-coap to avoid confusion and have a meaningful directory name.

This commit is contained in:
Matthias Kovatsch 2013-12-18 20:26:20 +01:00 committed by Matthias Kovatsch
parent 7d79b69ada
commit 3dd5bd7a37
16 changed files with 5 additions and 5 deletions

4
apps/er-coap/Makefile.er-coap Executable file
View 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

View file

@ -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

View file

@ -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