Module Name:    src
Committed By:   pooka
Date:           Fri Aug 22 09:58:55 UTC 2014

Modified Files:
        src/sys/rump/dev: Makefile.rumpdevcomp

Log Message:
Build virtio components as part of RUMPPCIDEVS


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/rump/dev/Makefile.rumpdevcomp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/dev/Makefile.rumpdevcomp
diff -u src/sys/rump/dev/Makefile.rumpdevcomp:1.13 src/sys/rump/dev/Makefile.rumpdevcomp:1.14
--- src/sys/rump/dev/Makefile.rumpdevcomp:1.13	Wed Aug 13 15:01:32 2014
+++ src/sys/rump/dev/Makefile.rumpdevcomp	Fri Aug 22 09:58:55 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpdevcomp,v 1.13 2014/08/13 15:01:32 pooka Exp $
+#	$NetBSD: Makefile.rumpdevcomp,v 1.14 2014/08/22 09:58:55 pooka Exp $
 #
 
 RUMPDEVCOMP=	audio bpf cgd disk dm drvctl fss md netsmb pad pud	\
@@ -8,6 +8,7 @@ RUMPDEVCOMP=	audio bpf cgd disk dm drvct
 RUMPUSBDEVS=	ubt ucom ugenhc ulpt umass usb
 
 RUMPPCIDEVS=	pci pci_if_iwn pci_if_pcn pci_if_wm
+RUMPPCIDEVS+=	pci_virtio virtio_if_vioif virtio_ld
 # Not really a PCI device, but ....
 RUMPPCIDEVS+=	miiphy
 

Reply via email to