build: move posix-stack to core

Otherwise, anything that's not linked with net/ has no network stack and
aborts.  net/ is meant for the native stack anyway.
This commit is contained in:
Avi Kivity
2014-10-14 09:36:32 +03:00
parent 7b4ea128fa
commit c85e269c99

View File

@@ -30,7 +30,6 @@ libnet = [
'net/stack.cc',
'net/ip_checksum.cc',
'net/udp.cc',
'net/posix-stack.cc',
]
core = [
@@ -40,6 +39,7 @@ core = [
'core/resource.cc',
'util/conversions.cc',
'net/packet.cc',
'net/posix-stack.cc',
]
deps = {