SConscript (5636:27a9526eea1f) SConscript (5637:3d2451ebad92)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 20 unchanged lines hidden (view full) ---

29# Authors: Gabe Black
30
31Import('*')
32
33if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86':
34 SimObject('PC.py')
35 Source('pc.cc')
36
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 20 unchanged lines hidden (view full) ---

29# Authors: Gabe Black
30
31Import('*')
32
33if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86':
34 SimObject('PC.py')
35 Source('pc.cc')
36
37 SimObject('SouthBridge.py')
38 Source('south_bridge.cc')
39
37 SimObject('Cmos.py')
38 Source('cmos.cc')
39 TraceFlag('CMOS', 'Accesses to CMOS devices')
40
41 SimObject('I8259.py')
42 Source('i8259.cc')
43 TraceFlag('I8259', 'Accesses to the I8259 PIC devices')
44
45 SimObject('I8254.py')
46 Source('i8254.cc')
47
48 SimObject('PcSpeaker.py')
49 Source('speaker.cc')
50 TraceFlag('PcSpeaker')
51
52 SimObject('X86IntPin.py')
53 Source('intdev.cc')
40 SimObject('Cmos.py')
41 Source('cmos.cc')
42 TraceFlag('CMOS', 'Accesses to CMOS devices')
43
44 SimObject('I8259.py')
45 Source('i8259.cc')
46 TraceFlag('I8259', 'Accesses to the I8259 PIC devices')
47
48 SimObject('I8254.py')
49 Source('i8254.cc')
50
51 SimObject('PcSpeaker.py')
52 Source('speaker.cc')
53 TraceFlag('PcSpeaker')
54
55 SimObject('X86IntPin.py')
56 Source('intdev.cc')