Blame view

RIOT/pkg/minmea/Makefile 272 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
  PKG_NAME=minmea
  PKG_URL=https://github.com/kosma/minmea
  PKG_VERSION=dbf51f03c5058746b4c4b3d6fdcd3d0357c5da36
  PKG_LICENSE=WTFPL
  
  .PHONY: all
  
  all: git-download
  	@cp Makefile.${PKG_NAME} $(PKG_BUILDDIR)/Makefile
  	"$(MAKE)" -C $(PKG_BUILDDIR)
  
  include $(RIOTBASE)/pkg/pkg.mk