1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/openwsn/Makefile

12 lines
248 B
Makefile
Raw Normal View History

PKG_NAME=openwsn
2014-11-25 11:47:44 +01:00
PKG_URL=https://github.com/openwsn-berkeley/openwsn-fw.git
PKG_VERSION=ff25e5d0ae5d344ed793a724d60532fb917bf1f8
2017-01-08 21:54:34 +01:00
PKG_LICENSE=BSD-3-Clause
2016-03-22 18:29:46 +01:00
.PHONY: all
all: git-download
2016-04-06 13:50:24 +02:00
"$(MAKE)" -C $(PKG_BUILDDIR)
2016-03-22 18:29:46 +01:00
include $(RIOTBASE)/pkg/pkg.mk