commit | 43569a93cc42e7839fe94f8018fa3257ed89496e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jul 31 15:37:29 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Thu Aug 06 09:57:54 2015 +0200 |
tree | 169082ada4473dac0c2baf763e6e2fd70201e69b | |
parent | c5e037205650523cff2085e44d91a582ad37360c [diff] [blame] |
Use #ifdef rather than patch for target_config.h
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 00daa11..a17faa1 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h
@@ -2421,6 +2421,10 @@ /* \} name SECTION: Module configuration options */ +#if defined(TARGET_LIKE_MBED) +#include "mbedtls/target_config.h" +#endif + #include "check_config.h" #endif /* MBEDTLS_CONFIG_H */