samples: move app developemnt samples samples/appdev

Move all application development and build related samples into one
folder.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-06-17 13:33:15 -04:00 committed by Anas Nashif
commit c2a2cfc8c8
12 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@
BOARD ?= qemu_x86
CONF_FILE = prj.conf
export SOURCE_DIR = $(ZEPHYR_BASE)/samples/static_lib/hello_world
export SOURCE_DIR = $(CURDIR)
export LDFLAGS_zephyr += -L$(O)/mylib/lib
export ALL_LIBS += mylib