SConscript (3591:5c36532efd3c) SConscript (3592:1288f259d55c)
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

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

43#
44# Define needed sources.
45#
46###################################################
47
48# Base sources used by all configurations.
49base_sources = Split('''
50 faults.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

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

43#
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
51 floatregfile.cc
53 intregfile.cc
52 intregfile.cc
53 miscregfile.cc
54 regfile.cc
54 ''')
55
56# Full-system sources
57full_system_sources = Split('''
55 ''')
56
57# Full-system sources
58full_system_sources = Split('''
58 tlb.cc
59 arguments.cc
60 ev5.cc
59 arguments.cc
60 ev5.cc
61 freebsd/system.cc
61 idle_event.cc
62 ipr.cc
63 kernel_stats.cc
62 idle_event.cc
63 ipr.cc
64 kernel_stats.cc
65 linux/system.cc
64 osfpal.cc
66 osfpal.cc
67 pagetable.cc
65 stacktrace.cc
68 stacktrace.cc
66 vtophys.cc
67 remote_gdb.cc
68 system.cc
69 remote_gdb.cc
70 system.cc
69 freebsd/system.cc
70 linux/system.cc
71 tlb.cc
71 tru64/system.cc
72 tru64/system.cc
73 vtophys.cc
72 ''')
73
74
75# Syscall emulation (non-full-system) sources
76syscall_emulation_sources = Split('''
77 linux/linux.cc
78 linux/process.cc
79 tru64/tru64.cc

--- 23 unchanged lines hidden ---
74 ''')
75
76
77# Syscall emulation (non-full-system) sources
78syscall_emulation_sources = Split('''
79 linux/linux.cc
80 linux/process.cc
81 tru64/tru64.cc

--- 23 unchanged lines hidden ---