SConscript revision 12863
12SN/A# -*- mode:python -*-
22190SN/A
32SN/A# Copyright (c) 2017-2018 ARM Limited
42SN/A# All rights reserved.
52SN/A#
62SN/A# The license below extends only to copyright in the software and shall
72SN/A# not be construed as granting a license to any other intellectual
82SN/A# property including but not limited to intellectual property relating
92SN/A# to a hardware implementation of the functionality of the software
102SN/A# licensed hereunder.  You may use the software subject to the license
112SN/A# terms below provided that you ensure that this notice is replicated
122SN/A# unmodified and in its entirety in all distributions of the software,
132SN/A# modified or unmodified, in source code or in binary form.
142SN/A#
152SN/A# Redistribution and use in source and binary forms, with or without
162SN/A# modification, are permitted provided that the following conditions are
172SN/A# met: redistributions of source code must retain the above copyright
182SN/A# notice, this list of conditions and the following disclaimer;
192SN/A# redistributions in binary form must reproduce the above copyright
202SN/A# notice, this list of conditions and the following disclaimer in the
212SN/A# documentation and/or other materials provided with the distribution;
222SN/A# neither the name of the copyright holders nor the names of its
232SN/A# contributors may be used to endorse or promote products derived from
242SN/A# this software without specific prior written permission.
252SN/A#
262SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
272665SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
282665SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
292SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
302SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
312680Sktlim@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
322680Sktlim@umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
332SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
342972Sgblack@eecs.umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
353453Sgblack@eecs.umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
361858SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
372423SN/A#
382190SN/A# Authors: Andreas Sandberg
3956SN/A
40217SN/AImport('*')
413776Sgblack@eecs.umich.edu
422036SN/Aif env['TARGET_ISA'] == 'null':
432SN/A    Return()
442190SN/A
452190SN/ASimObject('PS2.py')
463453Sgblack@eecs.umich.eduSource('device.cc')
473453Sgblack@eecs.umich.eduSource('keyboard.cc')
483453Sgblack@eecs.umich.eduSource('mouse.cc')
493453Sgblack@eecs.umich.eduSource('touchkit.cc')
503453Sgblack@eecs.umich.eduSource('types.cc')
512190SN/A
522313SN/ADebugFlag('PS2')
532235SN/A