summaryrefslogtreecommitdiff
path: root/samples/nfc
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2017-01-07 16:31:34 -0500
committerAnas Nashif <nashif@linux.intel.com>2017-01-10 20:20:47 +0000
commit2bc9d699817e611dbe144f332fb7067f540b8e19 (patch)
tree625353ec54dc072834e8f1b8236416174ec31ef1 /samples/nfc
parent6bea1becab8855cb6b898b5fd1242ca2ad4afbe3 (diff)
build: abstract emulation and replace qemu goal with run
This will replace the current goal of 'make qemu' with 'make run' and moves Qemu handling into its own file and into the boards instead of being architecture specific. We should be able to add new boards that support some other type of emulation (by adding scripts/Makefile.<emu type>) and allow the board to define their own options for the use type of emulation. 'make qemu' will still work, however it will be deprecated, starting with this commit it is recommended to use 'make run'. Jira: ZEP-359 Change-Id: I1cacd56b4ec09421a58cf5d010e22e9035214df6 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'samples/nfc')
-rw-r--r--samples/nfc/nfc_hello/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/nfc/nfc_hello/README.txt b/samples/nfc/nfc_hello/README.txt
index 70c6b6641..f5273dbbf 100644
--- a/samples/nfc/nfc_hello/README.txt
+++ b/samples/nfc/nfc_hello/README.txt
@@ -15,10 +15,10 @@ To test the serial line routines, open a terminal window and type:
Open another terminal window and type:
For QEMU x86:
- make pristine && make qemu
+ make pristine && make run
For QEMU ARM:
- make pristine && make BOARD=qemu_cortex_m3 qmeu
+ make pristine && make BOARD=qemu_cortex_m3 run
Sample output