SConscript (12655:a1646f7c13ab) | SConscript (12660:c5caca5f7d68) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2017-2018 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 --- 33 unchanged lines hidden (view full) --- 42if env['TARGET_ISA'] == 'null': 43 Return() 44 45SimObject('PS2.py') 46Source('device.cc') 47Source('keyboard.cc') 48Source('mouse.cc') 49Source('touchkit.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2017-2018 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 --- 33 unchanged lines hidden (view full) --- 42if env['TARGET_ISA'] == 'null': 43 Return() 44 45SimObject('PS2.py') 46Source('device.cc') 47Source('keyboard.cc') 48Source('mouse.cc') 49Source('touchkit.cc') |
50Source('types.cc') |
|
50 51DebugFlag('PS2') | 51 52DebugFlag('PS2') |