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:
Jukka Rissanen 2015-10-28 14:53:30 +02:00 committed by Anas Nashif
parent 4b433d4fa6
commit bd5d503fc6
93 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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