net: move solaris code to net/tap-solaris.c

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Mark McLoughlin 2009-10-22 17:49:09 +01:00 committed by Anthony Liguori
parent e7e92325d9
commit 966ea5ec4f
4 changed files with 191 additions and 165 deletions

View file

@ -91,6 +91,7 @@ net-nested-y = queue.o checksum.o
net-nested-$(CONFIG_POSIX) += tap.o
net-nested-$(CONFIG_WIN32) += tap-win32.o
net-nested-$(CONFIG_BSD) += tap-bsd.o
net-nested-$(CONFIG_SOLARIS) += tap-solaris.o
net-obj-y += $(addprefix net/, $(net-nested-y))
######################################################################