samples: appdev: static_lib: added "make flash"

ISSM team wanted to integrate
"samples/application_development/static_lib" app
into their IDE. Al-ashi, Mahmoud <mahmoud.al-ashi@intel.com> found
it failed to "make flash" this app.

Also this patch added "make flash" build targets.

Signed-off-by: Sharron LIU <sharron.liu@intel.com>
This commit is contained in:
Sharron LIU 2017-06-16 13:40:18 +08:00 committed by Anas Nashif
commit f6bc86db50
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#
all qemu pristine clean:
all qemu flash pristine clean:
$(MAKE) -C hello_world $@
run : qemu

View file

@ -13,7 +13,7 @@ export ALL_LIBS += mylib
include ${ZEPHYR_BASE}/Makefile.inc
all qemu zephyr : all-mylib
all qemu flash zephyr : all-mylib
clean pristine mrproper : clean-mylib
all-mylib: outputexports