SConscript revision 11244
12155SN/A# -*- mode:python -*-
22155SN/A
32155SN/A# Copyright (c) 2015 ARM Limited
42155SN/A# All rights reserved.
52155SN/A#
62155SN/A# The license below extends only to copyright in the software and shall
72155SN/A# not be construed as granting a license to any other intellectual
82155SN/A# property including but not limited to intellectual property relating
92155SN/A# to a hardware implementation of the functionality of the software
102155SN/A# licensed hereunder.  You may use the software subject to the license
112155SN/A# terms below provided that you ensure that this notice is replicated
122155SN/A# unmodified and in its entirety in all distributions of the software,
132155SN/A# modified or unmodified, in source code or in binary form.
142155SN/A#
152155SN/A# Redistribution and use in source and binary forms, with or without
162155SN/A# modification, are permitted provided that the following conditions are
172155SN/A# met: redistributions of source code must retain the above copyright
182155SN/A# notice, this list of conditions and the following disclaimer;
192155SN/A# redistributions in binary form must reproduce the above copyright
202155SN/A# notice, this list of conditions and the following disclaimer in the
212155SN/A# documentation and/or other materials provided with the distribution;
222155SN/A# neither the name of the copyright holders nor the names of its
232155SN/A# contributors may be used to endorse or promote products derived from
242155SN/A# this software without specific prior written permission.
252155SN/A#
262155SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
272155SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
282665Ssaidi@eecs.umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
292665Ssaidi@eecs.umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
302155SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
314202Sbinkertn@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
322155SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
332178SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
342178SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
352178SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
362178SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
372178SN/A#
382178SN/A# Authors: Andreas Sandberg
392178SN/A
402178SN/AImport('*')
412178SN/A
422178SN/Aif env['TARGET_ISA'] == 'null':
432178SN/A    Return()
442178SN/A
452155SN/ASimObject('PciHost.py')
462178SN/ASource('host.cc')
472155SN/A
482155SN/ADebugFlag('PciHost')
492178SN/A