Blame view

RIOT/pkg/cmsis-dsp/Makefile 247 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  PKG_NAME=cmsis-dsp
  PKG_URL=https://github.com/gebart/CMSIS-DSP.git
  PKG_VERSION=v1.4.5a-riot2
  
  ifneq ($(RIOTBASE),)
  include $(RIOTBASE)/Makefile.base
  endif
  
  .PHONY: all
  
  all: git-download
  	$(MAKE) -C $(PKG_BUILDDIR)
  
  include $(RIOTBASE)/pkg/pkg.mk