SConscript (8774:232b5574d9c3) | SConscript (8777:dd43f1c9fa0a) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 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 --- 19 unchanged lines hidden (view full) --- 28# 29# Authors: Steve Reinhardt 30 31Import('*') 32 33if env['TARGET_ISA'] == 'no': 34 Return() 35 | 1# -*- mode:python -*- 2 3# Copyright (c) 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 --- 19 unchanged lines hidden (view full) --- 28# 29# Authors: Steve Reinhardt 30 31Import('*') 32 33if env['TARGET_ISA'] == 'no': 34 Return() 35 |
36Source('kernel_stats.cc') |
|
36Source('linux/events.cc') 37Source('linux/linux.cc') 38Source('linux/printk.cc') 39Source('operatingsystem.cc') 40Source('system_events.cc') 41 42if env['TARGET_ISA'] == 'alpha': 43 Source('tru64/dump_mbuf.cc') 44 Source('tru64/printf.cc') 45 Source('tru64/tru64_events.cc') 46 47 DebugFlag('BADADDR') 48 49DebugFlag('DebugPrintf') 50DebugFlag('Printf') 51 52if env['FULL_SYSTEM']: | 37Source('linux/events.cc') 38Source('linux/linux.cc') 39Source('linux/printk.cc') 40Source('operatingsystem.cc') 41Source('system_events.cc') 42 43if env['TARGET_ISA'] == 'alpha': 44 Source('tru64/dump_mbuf.cc') 45 Source('tru64/printf.cc') 46 Source('tru64/tru64_events.cc') 47 48 DebugFlag('BADADDR') 49 50DebugFlag('DebugPrintf') 51DebugFlag('Printf') 52 53if env['FULL_SYSTEM']: |
53 Source('kernel_stats.cc') | |
54 Source('linux/linux_syscalls.cc') 55 56 if env['TARGET_ISA'] == 'alpha': 57 Source('tru64/tru64_syscalls.cc') | 54 Source('linux/linux_syscalls.cc') 55 56 if env['TARGET_ISA'] == 'alpha': 57 Source('tru64/tru64_syscalls.cc') |