Blame view

RIOT/pkg/libcoap/Makefile 374 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  PKG_NAME=libcoap
  PKG_URL=https://github.com/obgm/libcoap
  PKG_VERSION=ef41ce5d02d64cec0751882ae8fd95f6c32bc018
  
  ifneq ($(RIOTBASE),)
  INCLUDES += -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/sys/net/include \
  			-I$(RIOTBASE)/sys/posix/include -I$(RIOTBASE)/sys/posix/pnet/include
  endif
  
  .PHONY: all
  
  all: git-download
  	"$(MAKE)" -C $(PKG_BUILDDIR)
  
  include $(RIOTBASE)/pkg/pkg.mk