You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
PKG_NAME=openwsn |
|
PKG_URL=https://github.com/openwsn-berkeley/openwsn-fw.git |
|
PKG_VERSION=ff25e5d0ae5d344ed793a724d60532fb917bf1f8 |
|
|
|
.PHONY: all |
|
|
|
all: git-download |
|
"$(MAKE)" -C $(PKG_DIR) |
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|