SConscript (3586:c5cc95fc5a61) SConscript (3591:5c36532efd3c)
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

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

45#
46###################################################
47
48# Base sources used by all configurations.
49base_sources = Split('''
50 faults.cc
51 isa_traits.cc
52 miscregfile.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

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

45#
46###################################################
47
48# Base sources used by all configurations.
49base_sources = Split('''
50 faults.cc
51 isa_traits.cc
52 miscregfile.cc
53 intregfile.cc
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 ---
54 ''')
55
56# Full-system sources
57full_system_sources = Split('''
58 tlb.cc
59 arguments.cc
60 ev5.cc
61 idle_event.cc

--- 41 unchanged lines hidden ---