1c87c5fbaSopenharmony_ciCONTIKI_PROJECT = server 2c87c5fbaSopenharmony_ciall: $(CONTIKI_PROJECT) 3c87c5fbaSopenharmony_ci 4c87c5fbaSopenharmony_ciCONTIKI = ../../../.. 5c87c5fbaSopenharmony_ci 6c87c5fbaSopenharmony_ciifneq ($(NODE_ADDR),) 7c87c5fbaSopenharmony_ci CFLAGS += -DNODE_ADDR=$(NODE_ADDR) 8c87c5fbaSopenharmony_ciendif 9c87c5fbaSopenharmony_ci 10c87c5fbaSopenharmony_ciMODULES += os/net/app-layer/libcoap 11c87c5fbaSopenharmony_ci 12c87c5fbaSopenharmony_ciinclude $(CONTIKI)/Makefile.include 13