1 parent 10dbf23 commit d335904Copy full SHA for d335904
1 file changed
zephyr/Makefile.zephyr
@@ -18,9 +18,13 @@ KERNEL_TYPE = micro
18
# BOARD must be passed on command line from main Makefile
19
#BOARD =
20
CONF_FILE = prj.conf
21
+QEMU_NET = 1
22
23
#export SOURCE_DIR = $(ZEPHYR_BASE)/samples/static_lib/hello_world
24
export LDFLAGS_zephyr += -L$(CURDIR)
25
export ALL_LIBS += micropython
26
27
include ${ZEPHYR_BASE}/Makefile.inc
28
+ifeq ($(QEMU_NET), 1)
29
+include ${ZEPHYR_BASE}/samples/net/common/Makefile.ipstack
30
+endif
0 commit comments