diff options
Diffstat (limited to 'src/dev/arm/SConscript')
-rw-r--r-- | src/dev/arm/SConscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dev/arm/SConscript b/src/dev/arm/SConscript index 7ed85a587..09ee7b4e5 100644 --- a/src/dev/arm/SConscript +++ b/src/dev/arm/SConscript @@ -40,6 +40,8 @@ Import('*') if env['TARGET_ISA'] == 'arm': + SimObject('AbstractNVM.py') + SimObject('FlashDevice.py') SimObject('Gic.py') SimObject('RealView.py') SimObject('EnergyCtrl.py') @@ -48,6 +50,7 @@ if env['TARGET_ISA'] == 'arm': Source('amba_device.cc') Source('amba_fake.cc') Source('base_gic.cc') + Source('flash_device.cc') Source('generic_timer.cc') Source('gic_pl390.cc') Source('gic_v2m.cc') @@ -64,6 +67,7 @@ if env['TARGET_ISA'] == 'arm': Source('energy_ctrl.cc') DebugFlag('AMBA') + DebugFlag('FlashDevice') DebugFlag('HDLcd') DebugFlag('PL111') DebugFlag('GICV2M') |