diff options
Diffstat (limited to 'src/arch/mips/SConscript')
-rw-r--r-- | src/arch/mips/SConscript | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript index ef1ef25d6..0365f5373 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -25,6 +25,9 @@ # 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 import os import sys @@ -48,11 +51,7 @@ base_sources = Split(''' # Full-system sources full_system_sources = Split(''' memory.cc - arguments.cc mips34k.cc - osfpal.cc - stacktrace.cc - vtophys.cc ''') # Syscall emulation (non-full-system) sources |