Skip to content

Commit e0786a2

Browse files
committed
pkg/driver_cryptocell_310: use dlcache for fetching nRF5_SDK
1 parent c9c3ed2 commit e0786a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/driver_cryptocell_310/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PKG_ZIP_URL = $(PKG_URL)/$(PKG_DIR_NAME)_$(PKG_VERSION).$(PKG_EXT)
1515
NRF_CC310_PATH = external/nrf_cc310
1616

1717
ifneq ($(RIOTBASE),)
18-
include $(RIOTBASE)/Makefile.base
18+
include $(RIOTBASE)/Makefile.base
1919
endif
2020

2121
.PHONY: all clean distclean
@@ -34,7 +34,7 @@ $(PKG_SOURCE_DIR)/: $(PKG_ZIPFILE)
3434

3535
$(PKG_ZIPFILE):
3636
$(QQ)mkdir -p $(PKGDIRBASE)
37-
$(Q)$(DOWNLOAD_TO_FILE) $@ $(PKG_ZIP_URL)
37+
$(Q)$(DOWNLOAD_TO_FILE) $@ $(PKG_ZIP_URL) $(PKG_SHA512)
3838

3939
clean::
4040
rm -rf $(PKG_SOURCE_DIR)

0 commit comments

Comments
 (0)