net: Rename samples/network to samples/net
Networking code is in net directory in other parts of the code base so rename network -> net in samples directory. Change-Id: I0ca0188c6844b0957270398d08b85a3153819e97 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
4b433d4fa6
commit
bd5d503fc6
|
@ -22,4 +22,4 @@ PLATFORM_CONFIG ?= basic_atom
|
|||
CONF_FILE = prj_$(ARCH).conf
|
||||
|
||||
include $(ZEPHYR_BASE)/Makefile.inc
|
||||
include $(ZEPHYR_BASE)/samples/network/echo_server/Makefile.ipstack
|
||||
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack
|
|
@ -22,4 +22,4 @@ PLATFORM_CONFIG ?= basic_atom
|
|||
CONF_FILE = prj_$(ARCH).conf
|
||||
|
||||
include $(ZEPHYR_BASE)/Makefile.inc
|
||||
include $(ZEPHYR_BASE)/samples/network/echo_server/Makefile.ipstack
|
||||
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack
|
|
@ -20,7 +20,7 @@ MDEF_FILE = prj.mdef
|
|||
KERNEL_TYPE = nano
|
||||
PLATFORM_CONFIG ?= basic_atom
|
||||
CONF_FILE = prj_$(ARCH).conf
|
||||
SOURCE_DIR = $(ZEPHYR_BASE)/samples/network/test_15_4/src/
|
||||
SOURCE_DIR = $(ZEPHYR_BASE)/samples/net/test_15_4/src/
|
||||
|
||||
include $(ZEPHYR_BASE)/Makefile.inc
|
||||
include $(ZEPHYR_BASE)/samples/network/test_15_4/Makefile.15_4
|
||||
include $(ZEPHYR_BASE)/samples/net/test_15_4/Makefile.15_4
|
|
@ -22,4 +22,4 @@ PLATFORM_CONFIG ?= basic_atom
|
|||
CONF_FILE = prj_$(ARCH).conf
|
||||
|
||||
include $(ZEPHYR_BASE)/Makefile.inc
|
||||
include $(ZEPHYR_BASE)/samples/network/test_15_4/Makefile.15_4
|
||||
include $(ZEPHYR_BASE)/samples/net/test_15_4/Makefile.15_4
|
Loading…
Reference in a new issue