Fixed make target for running in qemu (nanokernel)

Change-Id: I583ad5ad4985c835c0c6a0d31300f08b49e0f222
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-06-05 21:49:48 -04:00
parent ebedf4805c
commit 952a200072
19 changed files with 23 additions and 23 deletions

View file

@ -15,7 +15,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
--------------------------------------------------------------------------------

View file

@ -20,7 +20,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
--------------------------------------------------------------------------------

View file

@ -31,11 +31,11 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU in three possibile configurations as follows:
make BOOTTIME_QUALIFIER=best nanokernel.qemu
make BOOTTIME_QUALIFIER=best qemu
make BOOTTIME_QUALIFIER=default nanokernel.qemu
make BOOTTIME_QUALIFIER=default qemu
make BOOTTIME_QUALIFIER=worst nanokernel.qemu
make BOOTTIME_QUALIFIER=worst qemu
--------------------------------------------------------------------------------

View file

@ -48,11 +48,11 @@ This nanokernel project does not generate any output in the default case
(TEST=min). In the regular case (TEST=reg) and the maximal case (TEST=max),
it outputs to the console. It can be built and executed on QEMU as follows:
make TEST=min nanokernel.qemu (minimal configuration)
make TEST=min qemu (minimal configuration)
make TEST=reg nanokernel.qemu (regular configuration)
make TEST=reg qemu (regular configuration)
make TEST=max nanokernel.qemu (maximal configuration)
make TEST=max qemu (maximal configuration)
--------------------------------------------------------------------------------

View file

@ -15,7 +15,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
--------------------------------------------------------------------------------

View file

@ -12,7 +12,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
--------------------------------------------------------------------------------

View file

@ -17,7 +17,7 @@ In nkernel/test/test_fifo:
In nkernel/klibs/klibs_lifo:
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib nanokernel.qemu
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib qemu
---------------------------------------------------------------------------

View file

@ -17,7 +17,7 @@ In nkernel/test/test_fifo:
In nkernel/klibs/klibs_sema:
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib nanokernel.qemu
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib qemu
---------------------------------------------------------------------------

View file

@ -12,7 +12,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
---------------------------------------------------------------------------

View file

@ -11,7 +11,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
---------------------------------------------------------------------------

View file

@ -11,7 +11,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
---------------------------------------------------------------------------

View file

@ -14,7 +14,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
--------------------------------------------------------------------------------

View file

@ -11,7 +11,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
---------------------------------------------------------------------------

View file

@ -11,7 +11,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
---------------------------------------------------------------------------

View file

@ -11,7 +11,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
---------------------------------------------------------------------------

View file

@ -9,7 +9,7 @@ This test verifies that stack canaries operate as expected in the nanokernel.
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
---------------------------------------------------------------------------

View file

@ -12,7 +12,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
---------------------------------------------------------------------------

View file

@ -11,7 +11,7 @@ Building and Running Project:
This nanokernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
---------------------------------------------------------------------------

View file

@ -11,7 +11,7 @@ Building and Running Project:
This microkernel project outputs to the console. It can be built and executed
on QEMU as follows:
make nanokernel.qemu
make qemu
--------------------------------------------------------------------------------