diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-10-11 16:08:14 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-10-11 16:08:14 -0700 |
commit | 168e524b9bfc9a53465562e2901c65ef388a237b (patch) | |
tree | 2763fc45863d288fa063f991bc70c7867cabd938 /src/dev/x86/SConscript | |
parent | a2599e4fc1272e4c1fdf5cff90da88653579b62f (diff) | |
download | gem5-168e524b9bfc9a53465562e2901c65ef388a237b.tar.xz |
X86: Create an IO APIC device.
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') |