diff options
Diffstat (limited to 'src/dev/x86/SConscript')
-rw-r--r-- | src/dev/x86/SConscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript index 7e3cc6eff..3481235c6 100644 --- a/src/dev/x86/SConscript +++ b/src/dev/x86/SConscript @@ -53,5 +53,9 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86': Source('speaker.cc') TraceFlag('PcSpeaker') + SimObject('I82094AA.py') + Source('i82094aa.cc') + TraceFlag('I82094AA') + SimObject('X86IntPin.py') Source('intdev.cc') |