Skip to content
Snippets Groups Projects
Commit 1c73e7a4 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

pkg/openwsn: prevent build loop

parent 5b386597
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ PKG_VERSION=ff25e5d0ae5d344ed793a724d60532fb917bf1f8 ...@@ -5,6 +5,6 @@ PKG_VERSION=ff25e5d0ae5d344ed793a724d60532fb917bf1f8
.PHONY: all .PHONY: all
all: git-download all: git-download
"$(MAKE)" -C $(PKG_DIR) "$(MAKE)" -C $(PKG_BUILDDIR)
include $(RIOTBASE)/pkg/pkg.mk include $(RIOTBASE)/pkg/pkg.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment