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:
parent
b19f7fe5f4
commit
61372c4ece
7 changed files with 6 additions and 6 deletions
|
@ -27,5 +27,5 @@ include $(ZEPHYR_BASE)/Makefile.inc
|
|||
ifeq ($(CONFIG_NETWORKING_WITH_BT), y)
|
||||
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
|
||||
else
|
||||
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack
|
||||
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|
||||
endif
|
||||
|
|
|
@ -27,5 +27,5 @@ include $(ZEPHYR_BASE)/Makefile.inc
|
|||
ifeq ($(CONFIG_NETWORKING_WITH_BT), y)
|
||||
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
|
||||
else
|
||||
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack
|
||||
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|
||||
endif
|
||||
|
|
|
@ -23,4 +23,4 @@ BOARD ?= qemu_x86
|
|||
CONF_FILE = prj_$(NET_IFACE).conf
|
||||
|
||||
include $(ZEPHYR_BASE)/Makefile.inc
|
||||
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack
|
||||
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|
||||
|
|
|
@ -27,5 +27,5 @@ include $(ZEPHYR_BASE)/Makefile.inc
|
|||
ifeq ($(CONFIG_NETWORKING_WITH_BT), y)
|
||||
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
|
||||
else
|
||||
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack
|
||||
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|
||||
endif
|
||||
|
|
|
@ -27,5 +27,5 @@ include $(ZEPHYR_BASE)/Makefile.inc
|
|||
ifeq ($(CONFIG_NETWORKING_WITH_BT), y)
|
||||
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
|
||||
else
|
||||
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack
|
||||
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|
||||
endif
|
||||
|
|
|
@ -27,5 +27,5 @@ include $(ZEPHYR_BASE)/Makefile.inc
|
|||
ifeq ($(CONFIG_NETWORKING_WITH_BT), y)
|
||||
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
|
||||
else
|
||||
include $(ZEPHYR_BASE)/samples/net/echo_server/Makefile.ipstack
|
||||
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue