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/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dev/arm/SConscript b/src/dev/arm/SConscript
index 06398ed15..804c11b24 100644
--- a/src/dev/arm/SConscript
+++ b/src/dev/arm/SConscript
@@ -46,6 +46,7 @@ if env['TARGET_ISA'] == 'arm':
SimObject('RealView.py')
SimObject('UFSHostDevice.py')
SimObject('EnergyCtrl.py')
+ SimObject('NoMali.py')
Source('a9scu.cc')
Source('amba_device.cc')
@@ -60,6 +61,7 @@ if env['TARGET_ISA'] == 'arm':
Source('hdlcd.cc')
Source('kmi.cc')
Source('timer_sp804.cc')
+ Source('gpu_nomali.cc')
Source('rv_ctrl.cc')
Source('realview.cc')
Source('rtc_pl031.cc')
@@ -79,3 +81,4 @@ if env['TARGET_ISA'] == 'arm':
DebugFlag('EnergyCtrl')
DebugFlag('UFSHostDevice')
DebugFlag('VGIC')
+ DebugFlag('NoMali')