SConscript (2650:a012c079984a) | SConscript (2652:6110341accd8) |
---|---|
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 --- 33 unchanged lines hidden (view full) --- 42# Base sources used by all configurations. 43base_sources = Split(''' 44 faults.cc 45 isa_traits.cc 46 ''') 47 48# Full-system sources 49full_system_sources = Split(''' | 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 --- 33 unchanged lines hidden (view full) --- 42# Base sources used by all configurations. 43base_sources = Split(''' 44 faults.cc 45 isa_traits.cc 46 ''') 47 48# Full-system sources 49full_system_sources = Split(''' |
50 vtophys.cc |
|
50 ua2005.cc 51 ''') 52 53# Syscall emulation (non-full-system) sources 54syscall_emulation_sources = Split(''' 55 linux/linux.cc 56 linux/process.cc 57 solaris/solaris.cc --- 22 unchanged lines hidden --- | 51 ua2005.cc 52 ''') 53 54# Syscall emulation (non-full-system) sources 55syscall_emulation_sources = Split(''' 56 linux/linux.cc 57 linux/process.cc 58 solaris/solaris.cc --- 22 unchanged lines hidden --- |