[build] remove unnecessary config files (#7414)

This commit removes unnecessary OPENTHREAD_CONFIG_FILE by only
including it when it's defined.
This commit is contained in:
Yakun Xu
2022-02-22 12:44:06 -08:00
committed by GitHub
parent ec02abc47c
commit bdec466cee
11 changed files with 16 additions and 154 deletions
-1
View File
@@ -51,7 +51,6 @@ check_datetime()
datetime="$(date)"
cat >openthread-config-datetime.h <<EOF
#include <openthread-config-android.h>
#define OPENTHREAD_BUILD_DATETIME "$datetime"
EOF