SConscript (4120:3e09b5d32c45) SConscript (4159:a3cc632b33d8)
1# -*- mode:python -*-
2
3# Copyright (c) 2005-2006 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

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

93###################################################
94#
95# Define needed sources.
96#
97###################################################
98
99# Base sources used by all configurations.
100base_sources = Split('''
1# -*- mode:python -*-
2
3# Copyright (c) 2005-2006 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

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

93###################################################
94#
95# Define needed sources.
96#
97###################################################
98
99# Base sources used by all configurations.
100base_sources = Split('''
101 floatregfile.cc
102 intregfile.cc
103 miscregfile.cc
104 regfile.cc
105 remote_gdb.cc
101 ''')
102
103# Full-system sources
104full_system_sources = Split('''
105 ''')
106
107# Syscall emulation (non-full-system) sources
108syscall_emulation_sources = Split('''

--- 20 unchanged lines hidden ---
106 ''')
107
108# Full-system sources
109full_system_sources = Split('''
110 ''')
111
112# Syscall emulation (non-full-system) sources
113syscall_emulation_sources = Split('''

--- 20 unchanged lines hidden ---