From 913892a8006fa586eb3ca36156b7d6f481300a65 Mon Sep 17 00:00:00 2001 From: Shu Chen Date: Thu, 10 Aug 2017 14:06:09 +0800 Subject: [PATCH] [build] remove remaining with-platform-info option (#2087) --- .travis/script.sh | 3 +-- examples/Makefile-da15000 | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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)