1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer/gcoap/Makefile

9 lines
206 B
Makefile
Raw Normal View History

2020-03-26 12:02:26 +01:00
SRC := gcoap.c
SUBMODULES := 1
2016-10-29 21:20:22 +02:00
# Since gcoap extends nanocoap, it shall be provided with nanocoap internals
INCLUDES += -I$(RIOTBASE)/sys/net/application_layer/nanocoap
2016-10-29 21:20:22 +02:00
include $(RIOTBASE)/Makefile.base