From dc939f27ce57f70153252e11bd5c5cc07c281b2e Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Tue, 5 Apr 2016 17:39:38 +0300 Subject: [PATCH] Preparing new layout - ignored unused networking libs --- .../net/eth/EthernetInterface/EthernetInterface.cpp | 0 .../net/eth/EthernetInterface/EthernetInterface.h | 0 {libraries => TARGET_Ignore}/net/eth/EthernetInterface/eth_arch.h | 0 {libraries => TARGET_Ignore}/net/lwip/Socket/Endpoint.cpp | 0 {libraries => TARGET_Ignore}/net/lwip/Socket/Endpoint.h | 0 {libraries => TARGET_Ignore}/net/lwip/Socket/Socket.cpp | 0 {libraries => TARGET_Ignore}/net/lwip/Socket/Socket.h | 0 .../net/lwip/Socket/TCPSocketConnection.cpp | 0 .../net/lwip/Socket/TCPSocketConnection.h | 0 {libraries => TARGET_Ignore}/net/lwip/Socket/TCPSocketServer.cpp | 0 {libraries => TARGET_Ignore}/net/lwip/Socket/TCPSocketServer.h | 0 {libraries => TARGET_Ignore}/net/lwip/Socket/UDPSocket.cpp | 0 {libraries => TARGET_Ignore}/net/lwip/Socket/UDPSocket.h | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {libraries => TARGET_Ignore}/net/eth/EthernetInterface/EthernetInterface.cpp (100%) rename {libraries => TARGET_Ignore}/net/eth/EthernetInterface/EthernetInterface.h (100%) rename {libraries => TARGET_Ignore}/net/eth/EthernetInterface/eth_arch.h (100%) rename {libraries => TARGET_Ignore}/net/lwip/Socket/Endpoint.cpp (100%) rename {libraries => TARGET_Ignore}/net/lwip/Socket/Endpoint.h (100%) rename {libraries => TARGET_Ignore}/net/lwip/Socket/Socket.cpp (100%) rename {libraries => TARGET_Ignore}/net/lwip/Socket/Socket.h (100%) rename {libraries => TARGET_Ignore}/net/lwip/Socket/TCPSocketConnection.cpp (100%) rename {libraries => TARGET_Ignore}/net/lwip/Socket/TCPSocketConnection.h (100%) rename {libraries => TARGET_Ignore}/net/lwip/Socket/TCPSocketServer.cpp (100%) rename {libraries => TARGET_Ignore}/net/lwip/Socket/TCPSocketServer.h (100%) rename {libraries => TARGET_Ignore}/net/lwip/Socket/UDPSocket.cpp (100%) rename {libraries => TARGET_Ignore}/net/lwip/Socket/UDPSocket.h (100%) diff --git a/libraries/net/eth/EthernetInterface/EthernetInterface.cpp b/TARGET_Ignore/net/eth/EthernetInterface/EthernetInterface.cpp similarity index 100% rename from libraries/net/eth/EthernetInterface/EthernetInterface.cpp rename to TARGET_Ignore/net/eth/EthernetInterface/EthernetInterface.cpp diff --git a/libraries/net/eth/EthernetInterface/EthernetInterface.h b/TARGET_Ignore/net/eth/EthernetInterface/EthernetInterface.h similarity index 100% rename from libraries/net/eth/EthernetInterface/EthernetInterface.h rename to TARGET_Ignore/net/eth/EthernetInterface/EthernetInterface.h diff --git a/libraries/net/eth/EthernetInterface/eth_arch.h b/TARGET_Ignore/net/eth/EthernetInterface/eth_arch.h similarity index 100% rename from libraries/net/eth/EthernetInterface/eth_arch.h rename to TARGET_Ignore/net/eth/EthernetInterface/eth_arch.h diff --git a/libraries/net/lwip/Socket/Endpoint.cpp b/TARGET_Ignore/net/lwip/Socket/Endpoint.cpp similarity index 100% rename from libraries/net/lwip/Socket/Endpoint.cpp rename to TARGET_Ignore/net/lwip/Socket/Endpoint.cpp diff --git a/libraries/net/lwip/Socket/Endpoint.h b/TARGET_Ignore/net/lwip/Socket/Endpoint.h similarity index 100% rename from libraries/net/lwip/Socket/Endpoint.h rename to TARGET_Ignore/net/lwip/Socket/Endpoint.h diff --git a/libraries/net/lwip/Socket/Socket.cpp b/TARGET_Ignore/net/lwip/Socket/Socket.cpp similarity index 100% rename from libraries/net/lwip/Socket/Socket.cpp rename to TARGET_Ignore/net/lwip/Socket/Socket.cpp diff --git a/libraries/net/lwip/Socket/Socket.h b/TARGET_Ignore/net/lwip/Socket/Socket.h similarity index 100% rename from libraries/net/lwip/Socket/Socket.h rename to TARGET_Ignore/net/lwip/Socket/Socket.h diff --git a/libraries/net/lwip/Socket/TCPSocketConnection.cpp b/TARGET_Ignore/net/lwip/Socket/TCPSocketConnection.cpp similarity index 100% rename from libraries/net/lwip/Socket/TCPSocketConnection.cpp rename to TARGET_Ignore/net/lwip/Socket/TCPSocketConnection.cpp diff --git a/libraries/net/lwip/Socket/TCPSocketConnection.h b/TARGET_Ignore/net/lwip/Socket/TCPSocketConnection.h similarity index 100% rename from libraries/net/lwip/Socket/TCPSocketConnection.h rename to TARGET_Ignore/net/lwip/Socket/TCPSocketConnection.h diff --git a/libraries/net/lwip/Socket/TCPSocketServer.cpp b/TARGET_Ignore/net/lwip/Socket/TCPSocketServer.cpp similarity index 100% rename from libraries/net/lwip/Socket/TCPSocketServer.cpp rename to TARGET_Ignore/net/lwip/Socket/TCPSocketServer.cpp diff --git a/libraries/net/lwip/Socket/TCPSocketServer.h b/TARGET_Ignore/net/lwip/Socket/TCPSocketServer.h similarity index 100% rename from libraries/net/lwip/Socket/TCPSocketServer.h rename to TARGET_Ignore/net/lwip/Socket/TCPSocketServer.h diff --git a/libraries/net/lwip/Socket/UDPSocket.cpp b/TARGET_Ignore/net/lwip/Socket/UDPSocket.cpp similarity index 100% rename from libraries/net/lwip/Socket/UDPSocket.cpp rename to TARGET_Ignore/net/lwip/Socket/UDPSocket.cpp diff --git a/libraries/net/lwip/Socket/UDPSocket.h b/TARGET_Ignore/net/lwip/Socket/UDPSocket.h similarity index 100% rename from libraries/net/lwip/Socket/UDPSocket.h rename to TARGET_Ignore/net/lwip/Socket/UDPSocket.h