summaryrefslogtreecommitdiff
path: root/samples/bluetooth
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/bluetooth
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/bluetooth')
-rw-r--r--samples/bluetooth/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bluetooth/README b/samples/bluetooth/README
index e5d7db7ad..964783fff 100644
--- a/samples/bluetooth/README
+++ b/samples/bluetooth/README
@@ -26,7 +26,7 @@ UNIX socket. When Bluetooth (CONFIG_BLUETOOTH) and Bluetooth HCI UART driver
From now on Bluetooth might be used by the application. To run application in
the qemu run:
-$ make qemu
+$ make run
= Bluetooth sanity check =