net: apps: Move Makefile.ipstack to common folder

Makefile.ipstack is more generic to net applications which
communicate through slip or between two qemus. So net apps
common folder is right place for it.

Change-Id: I57ca1eeaff28b853609daf92772361406131aa7e
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
This commit is contained in:
Ravi kumar Veeramally 2016-03-15 10:30:15 +02:00 committed by Jukka Rissanen
commit 61372c4ece
7 changed files with 6 additions and 6 deletions

View file

@ -27,5 +27,5 @@ include $(ZEPHYR_BASE)/Makefile.inc
ifeq ($(CONFIG_NETWORKING_WITH_BT), y) ifeq ($(CONFIG_NETWORKING_WITH_BT), y)
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
else else
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
endif endif

View file

@ -27,5 +27,5 @@ include $(ZEPHYR_BASE)/Makefile.inc
ifeq ($(CONFIG_NETWORKING_WITH_BT), y) ifeq ($(CONFIG_NETWORKING_WITH_BT), y)
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
else else
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
endif endif

View file

@ -23,4 +23,4 @@ BOARD ?= qemu_x86
CONF_FILE = prj_$(NET_IFACE).conf CONF_FILE = prj_$(NET_IFACE).conf
include $(ZEPHYR_BASE)/Makefile.inc include $(ZEPHYR_BASE)/Makefile.inc
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack

View file

@ -27,5 +27,5 @@ include $(ZEPHYR_BASE)/Makefile.inc
ifeq ($(CONFIG_NETWORKING_WITH_BT), y) ifeq ($(CONFIG_NETWORKING_WITH_BT), y)
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
else else
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
endif endif

View file

@ -27,5 +27,5 @@ include $(ZEPHYR_BASE)/Makefile.inc
ifeq ($(CONFIG_NETWORKING_WITH_BT), y) ifeq ($(CONFIG_NETWORKING_WITH_BT), y)
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
else else
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
endif endif

View file

@ -27,5 +27,5 @@ include $(ZEPHYR_BASE)/Makefile.inc
ifeq ($(CONFIG_NETWORKING_WITH_BT), y) ifeq ($(CONFIG_NETWORKING_WITH_BT), y)
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
else else
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
endif endif