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:
parent
4053470f62
commit
f6bc86db50
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue