Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
d3359046
Commit
d3359046
authored
Jan 30, 2017
by
Paul Sokolovsky
Browse files
zephyr/Makefile.zephyr: Support and default to networked (SLIP) QEMU.
Also works for non-networked builds (like minimal).
parent
10dbf238
Changes
1
Hide whitespace changes
Inline
Side-by-side
zephyr/Makefile.zephyr
View file @
d3359046
...
...
@@ -18,9 +18,13 @@ KERNEL_TYPE = micro
# BOARD must be passed on command line from main Makefile
#BOARD =
CONF_FILE
=
prj.conf
QEMU_NET
=
1
#export SOURCE_DIR = $(ZEPHYR_BASE)/samples/static_lib/hello_world
export
LDFLAGS_zephyr
+=
-L
$(CURDIR)
export
ALL_LIBS
+=
micropython
include
${ZEPHYR_BASE}/Makefile.inc
ifeq
($(QEMU_NET), 1)
include
${ZEPHYR_BASE}/samples/net/common/Makefile.ipstack
endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment