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.
2 parents f6022e7 + e9144ad commit f7068ebCopy full SHA for f7068eb
features/mbedtls/importer/Makefile
@@ -93,7 +93,6 @@ clean:
93
rm -f $(TARGET_PREFIX)apache-2.0.txt
94
rm -f $(TARGET_PREFIX)VERSION.txt
95
rm -f $(TARGET_PREFIX)AUTHORS.txt
96
- rm -rf $(TARGET_PREFIX)/targets
97
rm -rf $(TARGET_SRC)
98
rm -rf $(TARGET_INC)
99
rm -rf $(MBED_TLS_DIR)
features/mbedtls/platform/inc/platform_mbed.h
@@ -20,3 +20,7 @@
20
#if defined(DEVICE_TRNG)
21
#define MBEDTLS_ENTROPY_HARDWARE_ALT
22
#endif
23
+
24
+#if defined(MBEDTLS_CONFIG_HW_SUPPORT)
25
+#include "mbedtls_device.h"
26
+#endif
0 commit comments