diff --git a/.travis/script.sh b/.travis/script.sh index 818e92ddd..fe338e691 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -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 ] || { diff --git a/examples/Makefile-da15000 b/examples/Makefile-da15000 index ee0527487..ac4438dba 100644 --- a/examples/Makefile-da15000 +++ b/examples/Makefile-da15000 @@ -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)