| commit | 0699191d33fa6548604834f28df0d25ac424f397 | [log] [tgz] |
|---|---|---|
| author | Anas Nashif <anas.nashif@intel.com> | Sat Aug 27 07:02:11 2016 -0400 |
| committer | Anas Nashif <nashif@linux.intel.com> | Wed Sep 07 12:56:03 2016 +0000 |
| tree | 71666a07e1de996567fef2a8fdb343204edf697d | |
| parent | d30fd7ce82a99dcbf2b87b40e6edfa41158cfcc6 [diff] |
tests: fixed resulting binary name in README We no longer produce nanokernel.elf or microkernel.elf. Change-Id: I37cb985ddc90f4129f122b9209d306898a71a596 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/tests/benchmark/footprint/nanokernel/README.txt b/tests/benchmark/footprint/nanokernel/README.txt index 073d3b2..591ab58 100644 --- a/tests/benchmark/footprint/nanokernel/README.txt +++ b/tests/benchmark/footprint/nanokernel/README.txt
@@ -95,4 +95,4 @@ Additional notes: Various host utilities (such as the Unix "size" utility) can be used to -determine the footprint of the resulting outdir/nanokernel.elf image. +determine the footprint of the resulting zephyr.elf image.