summaryrefslogtreecommitdiff
path: root/src/dev/arm/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/SConscript')
-rw-r--r--src/dev/arm/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/arm/SConscript b/src/dev/arm/SConscript
index ae3ed7194..d45858925 100644
--- a/src/dev/arm/SConscript
+++ b/src/dev/arm/SConscript
@@ -47,6 +47,7 @@ if env['TARGET_ISA'] == 'arm':
SimObject('UFSHostDevice.py')
SimObject('EnergyCtrl.py')
SimObject('NoMali.py')
+ SimObject('VirtIOMMIO.py')
Source('a9scu.cc')
Source('amba_device.cc')
@@ -69,6 +70,7 @@ if env['TARGET_ISA'] == 'arm':
Source('timer_cpulocal.cc')
Source('timer_a9global.cc')
Source('vgic.cc')
+ Source('vio_mmio.cc')
Source('ufs_device.cc')
Source('energy_ctrl.cc')