diff options
Diffstat (limited to 'src/arch/mips/SConscript')
-rw-r--r-- | src/arch/mips/SConscript | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript index ef1ef25d6..8353bcde7 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -25,6 +25,10 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Authors: Gabe Black +# Steve Reinhardt +# Korey Sewell import os import sys @@ -43,16 +47,12 @@ Import('env') base_sources = Split(''' faults.cc isa_traits.cc + utility.cc ''') # Full-system sources full_system_sources = Split(''' - memory.cc - arguments.cc - mips34k.cc - osfpal.cc - stacktrace.cc - vtophys.cc + #Insert Full-System Files Here ''') # Syscall emulation (non-full-system) sources |