This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
57b13ec890
zephyr
/
ext
/
lib
/
crypto
/
Makefile
4 lines
81 B
Makefile
Raw
Normal View
History
Unescape
Escape
tinycrypt: move from lib to regular objects tinycrypt was built using the lib- scripts without any real benefit. We also had a wrong placement of the Kconfig files under misc/ and a Kconfig file for Crypto that was never used before. Change-Id: I82d5902d92e7c06e10a95f418d9ead3cbcabcce4 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-05-15 11:10:51 +08:00
obj-$(CONFIG_TINYCRYPT)
+=
tinycrypt/
ext/lib : Integrating mbedTLS to build process Integrating the mbedTLS to the the build proccess with the minimal Thread configuration. Change-Id: I0ae191434d26890537a29a247c409228180410f3 Jira: ZEP-327 Jira: ZEP-340 Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2016-07-21 06:03:12 +08:00
obj-$(CONFIG_MBEDTLS_BUILTIN)
+=
mbedtls/