summaryrefslogtreecommitdiff
path: root/src/dev/virtio/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/virtio/SConscript')
-rw-r--r--src/dev/virtio/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/virtio/SConscript b/src/dev/virtio/SConscript
index 796aa76f3..3b346e94f 100644
--- a/src/dev/virtio/SConscript
+++ b/src/dev/virtio/SConscript
@@ -1,6 +1,6 @@
# -*- mode:python -*-
-# Copyright (c) 2014 ARM Limited
+# Copyright (c) 2014, 2016 ARM Limited
# All rights reserved.
#
# The license below extends only to copyright in the software and shall
@@ -54,7 +54,7 @@ Source('block.cc')
Source('fs9p.cc')
DebugFlag('VIO', 'VirtIO base functionality')
-DebugFlag('VIOPci', 'VirtIO PCI transport')
+DebugFlag('VIOIface', 'VirtIO transport')
DebugFlag('VIOConsole', 'VirtIO console device')
DebugFlag('VIOBlock', 'VirtIO block device')
DebugFlag('VIO9P', 'General 9p over VirtIO debugging')