SConscript (10810:683ab55819fd) | SConscript (11538:55014a40512c) |
---|---|
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 --- 22 unchanged lines hidden (view full) --- 31Import('*') 32 33if env['TARGET_ISA'] == 'null': 34 Return() 35 36Source('kernel_stats.cc') 37Source('linux/events.cc') 38Source('linux/linux.cc') | 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 --- 22 unchanged lines hidden (view full) --- 31Import('*') 32 33if env['TARGET_ISA'] == 'null': 34 Return() 35 36Source('kernel_stats.cc') 37Source('linux/events.cc') 38Source('linux/linux.cc') |
39Source('linux/helpers.cc') |
|
39Source('linux/printk.cc') 40Source('freebsd/events.cc') 41Source('operatingsystem.cc') 42Source('system_events.cc') 43 44DebugFlag('DebugPrintf') 45DebugFlag('Printf') 46 47if env['TARGET_ISA'] == 'alpha': 48 Source('tru64/dump_mbuf.cc') 49 Source('tru64/printf.cc') 50 Source('tru64/tru64_events.cc') 51 Source('tru64/tru64_syscalls.cc') 52 53 DebugFlag('BADADDR') | 40Source('linux/printk.cc') 41Source('freebsd/events.cc') 42Source('operatingsystem.cc') 43Source('system_events.cc') 44 45DebugFlag('DebugPrintf') 46DebugFlag('Printf') 47 48if env['TARGET_ISA'] == 'alpha': 49 Source('tru64/dump_mbuf.cc') 50 Source('tru64/printf.cc') 51 Source('tru64/tru64_events.cc') 52 Source('tru64/tru64_syscalls.cc') 53 54 DebugFlag('BADADDR') |