mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 23:09:53 +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 \
|
--enable-ncp-app=all \
|
||||||
--with-ncp-bus=uart \
|
--with-ncp-bus=uart \
|
||||||
--with-examples=posix \
|
--with-examples=posix \
|
||||||
--with-platform-info=POSIX \
|
|
||||||
--enable-application-coap \
|
--enable-application-coap \
|
||||||
--enable-border-router \
|
--enable-border-router \
|
||||||
--enable-cert-log \
|
--enable-cert-log \
|
||||||
@@ -222,7 +221,7 @@ set -x
|
|||||||
|
|
||||||
[ $BUILD_TARGET != posix-ncp-spi ] || {
|
[ $BUILD_TARGET != posix-ncp-spi ] || {
|
||||||
./bootstrap || die
|
./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 ] || {
|
[ $BUILD_TARGET != posix-ncp ] || {
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ configure_OPTIONS = \
|
|||||||
--enable-ncp-app=all \
|
--enable-ncp-app=all \
|
||||||
--with-ncp-bus=uart \
|
--with-ncp-bus=uart \
|
||||||
--with-examples=da15000 \
|
--with-examples=da15000 \
|
||||||
--with-platform-info=DA15000 \
|
|
||||||
--enable-linker-map \
|
--enable-linker-map \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user