summaryrefslogtreecommitdiff
path: root/src/arch/x86/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-12 22:42:03 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-12 22:42:03 -0700
commit4c19c56a7706c7382f46c4f8c7dd10c2b2c8746a (patch)
treeefbb5cb70acbc1943b2605f2215e8b266cc71b48 /src/arch/x86/SConscript
parentf813a4be4954bfedb95747b4635b38b1a13ee8a6 (diff)
downloadgem5-4c19c56a7706c7382f46c4f8c7dd10c2b2c8746a.tar.xz
X86: Implement entering an interrupt in microcode.
Diffstat (limited to 'src/arch/x86/SConscript')
-rw-r--r--src/arch/x86/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript
index cd2445c7e..c2081156d 100644
--- a/src/arch/x86/SConscript
+++ b/src/arch/x86/SConscript
@@ -185,6 +185,7 @@ if env['TARGET_ISA'] == 'x86':
'general_purpose/string/scan_string.py',
'general_purpose/string/store_string.py',
'general_purpose/system_calls.py',
+ 'romutil.py',
'system/__init__.py',
'system/halt.py',
'system/invlpg.py',