mirror of
https://github.com/espressif/openthread.git
synced 2026-08-27 04:19:54 +00:00
[build] remove remaining with-platform-info option (#2087)
This commit is contained in:
+1
-2
@@ -48,7 +48,6 @@ set -x
|
||||
--enable-ncp-app=all \
|
||||
--with-ncp-bus=uart \
|
||||
--with-examples=posix \
|
||||
--with-platform-info=POSIX \
|
||||
--enable-application-coap \
|
||||
--enable-border-router \
|
||||
--enable-cert-log \
|
||||
@@ -222,7 +221,7 @@ set -x
|
||||
|
||||
[ $BUILD_TARGET != posix-ncp-spi ] || {
|
||||
./bootstrap || die
|
||||
make -f examples/Makefile-posix check configure_OPTIONS="--enable-ncp-app=ftd --with-ncp-bus=spi --with-examples=posix --with-platform-info=POSIX" || die
|
||||
make -f examples/Makefile-posix check configure_OPTIONS="--enable-ncp-app=ftd --with-ncp-bus=spi --with-examples=posix" || die
|
||||
}
|
||||
|
||||
[ $BUILD_TARGET != posix-ncp ] || {
|
||||
|
||||
@@ -46,7 +46,6 @@ configure_OPTIONS = \
|
||||
--enable-ncp-app=all \
|
||||
--with-ncp-bus=uart \
|
||||
--with-examples=da15000 \
|
||||
--with-platform-info=DA15000 \
|
||||
--enable-linker-map \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user