Use #ifdef rather than patch for target_config.h

This commit is contained in:
Manuel Pégourié-Gonnard 2015-07-31 15:37:29 +02:00 committed by Manuel Pégourié-Gonnard
parent c5e0372056
commit 43569a93cc
2 changed files with 4 additions and 2 deletions

View file

@ -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 */