diff options
author | Mark McLoughlin | 2009-10-22 18:49:09 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-10-30 14:39:27 +0100 |
commit | 966ea5ec4fb14d4b420715e7aadc5dfd3ea5add2 (patch) | |
tree | 86989beac1be57a9acc71ede7d2e2a75b806c128 /Makefile | |
parent | net: split BSD tap_open() out into net/tap-bsd.c (diff) | |
download | qemu-966ea5ec4fb14d4b420715e7aadc5dfd3ea5add2.tar.gz qemu-966ea5ec4fb14d4b420715e7aadc5dfd3ea5add2.tar.xz qemu-966ea5ec4fb14d4b420715e7aadc5dfd3ea5add2.zip |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) ###################################################################### |