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
2022-07-17 14:32:16 +02:00

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