SConscript revision 9897
12139SN/A# Copyright (c) 2012 Google
22139SN/A# All rights reserved.
32139SN/A#
42139SN/A# Redistribution and use in source and binary forms, with or without
52139SN/A# modification, are permitted provided that the following conditions are
62139SN/A# met: redistributions of source code must retain the above copyright
72139SN/A# notice, this list of conditions and the following disclaimer;
82139SN/A# redistributions in binary form must reproduce the above copyright
92139SN/A# notice, this list of conditions and the following disclaimer in the
102139SN/A# documentation and/or other materials provided with the distribution;
112139SN/A# neither the name of the copyright holders nor the names of its
122139SN/A# contributors may be used to endorse or promote products derived from
132139SN/A# this software without specific prior written permission.
142139SN/A#
152139SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
162139SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
172139SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
182139SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
192139SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
202139SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
212139SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
222139SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
232139SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
242139SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
252139SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
262139SN/A#
272139SN/A# Authors: Gabe Black
282665Ssaidi@eecs.umich.edu
292665Ssaidi@eecs.umich.eduImport('*')
302139SN/A
314202Sbinkertn@umich.eduif env['TARGET_ISA'] == 'null':
328961Sgblack@eecs.umich.edu    Return()
3310196SCurtis.Dunham@arm.com
342139SN/ASource('decode_cache.cc')
354202Sbinkertn@umich.eduSource('mmapped_ipr.cc')
362152SN/A