SConscript (8775:1e3ca5d77b53) | SConscript (9022:bb25e7646c41) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2004-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 --- 20 unchanged lines hidden (view full) --- 29# Authors: Gabe Black 30# Steve Reinhardt 31# Korey Sewell 32 33Import('*') 34 35if env['TARGET_ISA'] == 'mips': 36 Source('bare_iron/system.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2004-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 --- 20 unchanged lines hidden (view full) --- 29# Authors: Gabe Black 30# Steve Reinhardt 31# Korey Sewell 32 33Import('*') 34 35if env['TARGET_ISA'] == 'mips': 36 Source('bare_iron/system.cc') |
37 Source('decoder.cc') |
|
37 Source('dsp.cc') 38 Source('faults.cc') 39 Source('idle_event.cc') 40 Source('interrupts.cc') 41 Source('isa.cc') 42 Source('linux/linux.cc') 43 Source('linux/process.cc') 44 Source('linux/system.cc') --- 21 unchanged lines hidden --- | 38 Source('dsp.cc') 39 Source('faults.cc') 40 Source('idle_event.cc') 41 Source('interrupts.cc') 42 Source('isa.cc') 43 Source('linux/linux.cc') 44 Source('linux/process.cc') 45 Source('linux/system.cc') --- 21 unchanged lines hidden --- |