mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Added missing Makefile update
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
6
Makefile
6
Makefile
@@ -50,10 +50,10 @@ posix_sitl_simple:
|
||||
#----------------------------------------------------------------------------
|
||||
# OS: qurt BOARD: hil LABEL: simple
|
||||
#
|
||||
qurt_hil_simple:
|
||||
qurt_eagle_travis:
|
||||
mkdir -p $d/build_$@ && cd $d/build_$@ && \
|
||||
cmake .. -DQURT_ENABLE_STUBS=1 -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/Toolchain-hexagon.cmake \
|
||||
-DOS=qurt -DBOARD=hil -DLABEL=simple && \
|
||||
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/Toolchain-hexagon.cmake \
|
||||
-DOS=qurt -DBOARD=eagle -DLABEL=travis && \
|
||||
make -s && ctest -V && cpack -G ZIP
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user