Skip to content

Commit

Permalink
Merge pull request #8740 from aabadie/pr/pkg/semtech-loramac-make-fix
Browse files Browse the repository at this point in the history
pkg/semtech-loramac: small enhancements in package Makefile
  • Loading branch information
miri64 committed Mar 7, 2018
2 parents b3f4a11 + d6cf5a1 commit 89127d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/semtech-loramac/Makefile
@@ -1,16 +1,16 @@
PKG_NAME=semtech-loramac
PKG_URL=git://github.com/Lora-net/LoRaMac-node.git
PKG_URL=https://github.com/Lora-net/LoRaMac-node.git
PKG_VERSION=f42be67be402a40b3586724800771bfe13fb18e6
PKG_LICENSE=BSD-3-Clause

.PHONY: all

all: git-download
cp Makefile.loramac $(PKG_BUILDDIR)/Makefile
cp Makefile.loramac_mac $(PKG_BUILDDIR)/src/mac/Makefile
cp Makefile.loramac_region $(PKG_BUILDDIR)/src/mac/region/Makefile
cp Makefile.loramac_crypto $(PKG_BUILDDIR)/src/system/crypto/Makefile
cp Makefile.loramac_arch $(PKG_BUILDDIR)/src/boards/mcu/stm32/Makefile
@cp Makefile.loramac $(PKG_BUILDDIR)/Makefile
@cp Makefile.loramac_mac $(PKG_BUILDDIR)/src/mac/Makefile
@cp Makefile.loramac_region $(PKG_BUILDDIR)/src/mac/region/Makefile
@cp Makefile.loramac_crypto $(PKG_BUILDDIR)/src/system/crypto/Makefile
@cp Makefile.loramac_arch $(PKG_BUILDDIR)/src/boards/mcu/stm32/Makefile
"$(MAKE)" -C $(PKG_BUILDDIR)

include $(RIOTBASE)/pkg/pkg.mk

0 comments on commit 89127d7

Please sign in to comment.