SITL: changed posix_default to posix_sitl

The SITL build is now the default posix build.

The linker script for posix was moved to makefiles/posix.
The rc.S file was moved to posix-configs/SITL/init/
The POSIXTEST board definition is now SITL

To run the SITL test run:

make sitlrun

This replaces the make posixrun target.

The build directory is now Build/posix_sitl.build/

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-06-15 09:51:07 -07:00
parent 56a8f0e604
commit 729653ba71
13 changed files with 18 additions and 17 deletions

View File

@@ -324,8 +324,8 @@ else
export PX4_TARGET_OS=$@
endif
posixrun:
Tools/posix_run.sh
sitlrun:
Tools/sitl_run.sh
qurtrun:
make PX4_TARGET_OS=qurt sim