We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c3ed2 commit e0786a2Copy full SHA for e0786a2
pkg/driver_cryptocell_310/Makefile
@@ -15,7 +15,7 @@ PKG_ZIP_URL = $(PKG_URL)/$(PKG_DIR_NAME)_$(PKG_VERSION).$(PKG_EXT)
15
NRF_CC310_PATH = external/nrf_cc310
16
17
ifneq ($(RIOTBASE),)
18
-include $(RIOTBASE)/Makefile.base
+ include $(RIOTBASE)/Makefile.base
19
endif
20
21
.PHONY: all clean distclean
@@ -34,7 +34,7 @@ $(PKG_SOURCE_DIR)/: $(PKG_ZIPFILE)
34
35
$(PKG_ZIPFILE):
36
$(QQ)mkdir -p $(PKGDIRBASE)
37
- $(Q)$(DOWNLOAD_TO_FILE) $@ $(PKG_ZIP_URL)
+ $(Q)$(DOWNLOAD_TO_FILE) $@ $(PKG_ZIP_URL) $(PKG_SHA512)
38
39
clean::
40
rm -rf $(PKG_SOURCE_DIR)
0 commit comments