mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
206 B
Makefile
9 lines
206 B
Makefile
SRC := gcoap.c
|
|
|
|
SUBMODULES := 1
|
|
|
|
# Since gcoap extends nanocoap, it shall be provided with nanocoap internals
|
|
INCLUDES += -I$(RIOTBASE)/sys/net/application_layer/nanocoap
|
|
|
|
include $(RIOTBASE)/Makefile.base
|