SConscript (10254:f2de979b7bb3) SConscript (10810:683ab55819fd)
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

--- 23 unchanged lines hidden (view full) ---

32
33if env['TARGET_ISA'] == 'null':
34 Return()
35
36Source('kernel_stats.cc')
37Source('linux/events.cc')
38Source('linux/linux.cc')
39Source('linux/printk.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

--- 23 unchanged lines hidden (view full) ---

32
33if env['TARGET_ISA'] == 'null':
34 Return()
35
36Source('kernel_stats.cc')
37Source('linux/events.cc')
38Source('linux/linux.cc')
39Source('linux/printk.cc')
40Source('freebsd/events.cc')
40Source('operatingsystem.cc')
41Source('system_events.cc')
42
43DebugFlag('DebugPrintf')
44DebugFlag('Printf')
45
46if env['TARGET_ISA'] == 'alpha':
47 Source('tru64/dump_mbuf.cc')
48 Source('tru64/printf.cc')
49 Source('tru64/tru64_events.cc')
50 Source('tru64/tru64_syscalls.cc')
51
52 DebugFlag('BADADDR')
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')