aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/Makefile
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2011-11-24 11:56:03 +0100
committerThomas Huth <thuth@linux.vnet.ibm.com>2011-11-24 11:56:03 +0100
commitc20f4bc8aca38a7aa9d7691a7c97bea8921627c7 (patch)
tree556cf7da1d21454a701ca74b0f52062b2e8f74d4 /board-qemu/Makefile
parent008fe5610d27796bbf6ae5ef74e14314c237c4c1 (diff)
downloadSLOF-c20f4bc8aca38a7aa9d7691a7c97bea8921627c7.zip
SLOF-c20f4bc8aca38a7aa9d7691a7c97bea8921627c7.tar.gz
SLOF-c20f4bc8aca38a7aa9d7691a7c97bea8921627c7.tar.bz2
Support for virtio-net PCI devices
Added a driver for the "virtio-net" virtualized network devices from KVM/qemu. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Diffstat (limited to 'board-qemu/Makefile')
-rw-r--r--board-qemu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board-qemu/Makefile b/board-qemu/Makefile
index eb677a2..f2a382c 100644
--- a/board-qemu/Makefile
+++ b/board-qemu/Makefile
@@ -12,7 +12,8 @@
BOARD_TARGETS = tools_build romfs_build clients_build netdrivers stage1 subdirs
-SUBDIRS = slof veth
+SUBDIRS = slof veth virtio-net
+
COMMON_LIBS = libc libbootmsg libbases libnvram libelf libhvcall
all: $(BOARD_TARGETS)