diff options
Diffstat (limited to 'usr/src/uts/intel/Makefile.intel.shared')
-rw-r--r-- | usr/src/uts/intel/Makefile.intel.shared | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/usr/src/uts/intel/Makefile.intel.shared b/usr/src/uts/intel/Makefile.intel.shared index bd0977e532..0b2d708840 100644 --- a/usr/src/uts/intel/Makefile.intel.shared +++ b/usr/src/uts/intel/Makefile.intel.shared @@ -1,4 +1,3 @@ -# # CDDL HEADER START # # The contents of this file are subject to the terms of the @@ -20,9 +19,8 @@ # # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. - -# Copyright 2011 Nexenta Systems, Inc. All rights reserved. # Copyright (c) 2012 Joyent, Inc. All rights reserved. +# Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved. # # This makefile contains the common definitions for all intel @@ -411,6 +409,16 @@ DRV_KMODS += vr $(CLOSED_BUILD)CLOSED_DRV_KMODS += ixgb # +# Virtio drivers +# + +# Virtio core +DRV_KMODS += virtio + +# Virtio block driver +DRV_KMODS += vioblk + +# # DTrace and DTrace Providers # DRV_KMODS += dtrace |