SConscript (3565:6ad587fb7dfd) SConscript (3586:c5cc95fc5a61)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

44# Define needed sources.
45#
46###################################################
47
48# Base sources used by all configurations.
49base_sources = Split('''
50 faults.cc
51 isa_traits.cc
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

44# Define needed sources.
45#
46###################################################
47
48# Base sources used by all configurations.
49base_sources = Split('''
50 faults.cc
51 isa_traits.cc
52 miscregfile.cc
52 ''')
53
54# Full-system sources
55full_system_sources = Split('''
56 tlb.cc
57 arguments.cc
58 ev5.cc
59 idle_event.cc

--- 41 unchanged lines hidden ---
53 ''')
54
55# Full-system sources
56full_system_sources = Split('''
57 tlb.cc
58 arguments.cc
59 ev5.cc
60 idle_event.cc

--- 41 unchanged lines hidden ---