summaryrefslogtreecommitdiff
path: root/src/dev/x86/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-11 16:08:14 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-11 16:08:14 -0700
commit168e524b9bfc9a53465562e2901c65ef388a237b (patch)
tree2763fc45863d288fa063f991bc70c7867cabd938 /src/dev/x86/SConscript
parenta2599e4fc1272e4c1fdf5cff90da88653579b62f (diff)
downloadgem5-168e524b9bfc9a53465562e2901c65ef388a237b.tar.xz
X86: Create an IO APIC device.
Diffstat (limited to 'src/dev/x86/SConscript')
-rw-r--r--src/dev/x86/SConscript4
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')