SConscript (3817:7df12d77afc2) SConscript (3960:1dca397b2bab)
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# Base sources used by all configurations.
46base_sources = Split('''
47 asi.cc
48 faults.cc
49 floatregfile.cc
50 intregfile.cc
51 miscregfile.cc
52 regfile.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# Base sources used by all configurations.
46base_sources = Split('''
47 asi.cc
48 faults.cc
49 floatregfile.cc
50 intregfile.cc
51 miscregfile.cc
52 regfile.cc
53 remote_gdb.cc
53 ''')
54
55# Full-system sources
56full_system_sources = Split('''
57 arguments.cc
54 ''')
55
56# Full-system sources
57full_system_sources = Split('''
58 arguments.cc
58 remote_gdb.cc
59 pagetable.cc
60 stacktrace.cc
61 system.cc
62 tlb.cc
63 ua2005.cc
64 vtophys.cc
65 ''')
66

--- 27 unchanged lines hidden ---
59 pagetable.cc
60 stacktrace.cc
61 system.cc
62 tlb.cc
63 ua2005.cc
64 vtophys.cc
65 ''')
66

--- 27 unchanged lines hidden ---