summaryrefslogtreecommitdiff
path: root/src/dev/x86/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/SConscript')
-rw-r--r--src/dev/x86/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript
index 6cc010f71..71e5a9528 100644
--- a/src/dev/x86/SConscript
+++ b/src/dev/x86/SConscript
@@ -41,3 +41,6 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86':
SimObject('I8259.py')
Source('i8259.cc')
TraceFlag('I8259', 'Accesses to the I8259 PIC devices')
+
+ SimObject('X86IntPin.py')
+ Source('intdev.cc')