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>
11 lines
154 B
Makefile
11 lines
154 B
Makefile
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
all qemu flash pristine clean:
|
|
$(MAKE) -C hello_world $@
|
|
|
|
run : qemu
|