SConscript (8778:fbaf6af0be93) | SConscript (9022:bb25e7646c41) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 28# 29# Authors: Gabe Black 30# Steve Reinhardt 31 32Import('*') 33 34if env['TARGET_ISA'] == 'sparc': 35 Source('asi.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 --- 19 unchanged lines hidden (view full) --- 28# 29# Authors: Gabe Black 30# Steve Reinhardt 31 32Import('*') 33 34if env['TARGET_ISA'] == 'sparc': 35 Source('asi.cc') |
36 Source('decoder.cc') |
|
36 Source('faults.cc') 37 Source('interrupts.cc') 38 Source('isa.cc') 39 Source('linux/linux.cc') 40 Source('linux/process.cc') 41 Source('linux/syscalls.cc') 42 Source('nativetrace.cc') 43 Source('pagetable.cc') --- 24 unchanged lines hidden --- | 37 Source('faults.cc') 38 Source('interrupts.cc') 39 Source('isa.cc') 40 Source('linux/linux.cc') 41 Source('linux/process.cc') 42 Source('linux/syscalls.cc') 43 Source('nativetrace.cc') 44 Source('pagetable.cc') --- 24 unchanged lines hidden --- |