5640293e8f
This code was copied and adapted from: https://github.com/cetic/6lbr Licensed under the same license as Contiki.
9 lines
299 B
Makefile
Executable file
9 lines
299 B
Makefile
Executable file
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 \
|
|
er-coap-block1.c er-coap-observe-client.c
|
|
|
|
# Erbium will implement the REST Engine
|
|
CFLAGS += -DREST=coap_rest_implementation
|
|
|
|
er-coap_src += er-coap-udp.c
|