SConscript (12653:4f6b6c1a8e2f) SConscript (12655:a1646f7c13ab)
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

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

41
42if env['TARGET_ISA'] == 'null':
43 Return()
44
45SimObject('PS2.py')
46Source('device.cc')
47Source('keyboard.cc')
48Source('mouse.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

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

41
42if env['TARGET_ISA'] == 'null':
43 Return()
44
45SimObject('PS2.py')
46Source('device.cc')
47Source('keyboard.cc')
48Source('mouse.cc')
49Source('touchkit.cc')
49
50DebugFlag('PS2')
50
51DebugFlag('PS2')