Skip to content

Commit 2467b34

Browse files
Merge pull request #94 from tom-daubney-arm/modify_config_make_command
Add note to explain angle brackets are included in command
2 parents 83db068 + 97c4dd3 commit 2467b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kb/compiling-and-building/how-do-i-configure-mbedtls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `config.py` script automatically finds the `mbedtls_config.h` file when it r
2222

2323
## Alternative configuration files
2424

25-
You might want to keep the custom configuration file for your application outside the Mbed TLS source tree. You can do this by defining the macro `MBEDTLS_CONFIG_FILE` for the desired filename (including the quote or angular brackets) at compile time. For example, using **make**:
25+
You might want to keep the custom configuration file for your application outside the Mbed TLS source tree. You can do this by defining the macro `MBEDTLS_CONFIG_FILE` for the desired filename (including the quote or angular brackets) at compile time. For example, using **make**: (Note: The angle brackets `<>` are included in the command, but they could be replaced with properly escaped double quotes `\"\"`.)
2626
```
2727
CFLAGS="-Ipath/to/config -DMBEDTLS_CONFIG_FILE='<my_config.h>'" make
2828
```

0 commit comments

Comments
 (0)