SConscript (12239:ae1686aaebc5) SConscript (12689:f554325372e9)
1# -*- mode:python -*-
2
3# Copyright (c) 2017 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

45if env['TARGET_ISA'] == 'null':
46 Return()
47
48SimObject('Serial.py')
49SimObject('Terminal.py')
50SimObject('Uart.py')
51
52Source('serial.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2017 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

45if env['TARGET_ISA'] == 'null':
46 Return()
47
48SimObject('Serial.py')
49SimObject('Terminal.py')
50SimObject('Uart.py')
51
52Source('serial.cc')
53Source('simple.cc')
53Source('terminal.cc')
54Source('uart.cc')
55Source('uart8250.cc')
56
57DebugFlag('Terminal')
58DebugFlag('TerminalVerbose')
59DebugFlag('Uart')
54Source('terminal.cc')
55Source('uart.cc')
56Source('uart8250.cc')
57
58DebugFlag('Terminal')
59DebugFlag('TerminalVerbose')
60DebugFlag('Uart')