Blame view

RIOT/pkg/cmsis-dsp/Makefile 242 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
  PKG_NAME=cmsis-dsp
  PKG_URL=https://github.com/gebart/CMSIS-DSP.git
  PKG_VERSION=v1.4.5a-riot2
  PKG_LICENSE=BSD-3-Clause
  
  CFLAGS += -Wno-strict-aliasing
  
  .PHONY: all
  
  all: git-download
  	$(MAKE) -C $(PKG_BUILDDIR)
  
  include $(RIOTBASE)/pkg/pkg.mk