summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2016-11-11 23:46:28 +0200
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2016-12-02 12:41:20 +0200
commit3eaec41ab84d92c180a24b6ba253003555361955 (patch)
tree5b5cef4ac60b99e89dd68e9397d0d010eb67350b /Makefile
parent01f5fbdadd609f685ba721955a227d691d215b45 (diff)
net: Moved net/ to subsys/net
* Moved networking code into subsys/net. * Renamed net/yaip to net/ip at the same time. * Fixed the tests/net to compile * Fixed the Makefiles and Kconfig files in subsys/net to use the new location of the IP stack Change-Id: Ie45d9e8cb45a93fefdf969b20a81e3b1d3c16355 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e23e26948..b71673040 100644
--- a/Makefile
+++ b/Makefile
@@ -593,7 +593,7 @@ endif # $(dot-config)
# kernel objects are built as a static library
libs-y := kernel/unified/
-core-y := lib/ misc/ net/ boards/ ext/ subsys/ tests/ arch/
+core-y := lib/ misc/ boards/ ext/ subsys/ tests/ arch/
drivers-y := drivers/
ARCH = $(subst $(DQUOTE),,$(CONFIG_ARCH))