[build] remove remaining with-platform-info option (#2087)

This commit is contained in:
Shu Chen
2017-08-09 23:06:09 -07:00
committed by Jonathan Hui
parent b3dbf285ea
commit 913892a800
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -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 ] || {
-1
View File
@@ -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)