2018-01-12 02:49:13 +00:00
|
|
|
set(COMPONENT_SRCDIRS src/crypto port src/fast_crypto)
|
2018-01-19 05:22:08 +00:00
|
|
|
set(COMPONENT_ADD_INCLUDEDIRS include port/include)
|
2018-01-12 02:49:13 +00:00
|
|
|
|
2018-03-22 06:27:10 +00:00
|
|
|
set(COMPONENT_REQUIRES "")
|
|
|
|
set(COMPONENT_PRIV_REQUIRES lwip mbedtls)
|
|
|
|
|
2018-01-12 02:49:13 +00:00
|
|
|
register_component()
|
|
|
|
|
2018-02-22 04:05:05 +00:00
|
|
|
component_compile_definitions(__ets__)
|
|
|
|
component_compile_options(-Wno-strict-aliasing)
|