Deleted Added
sdiff udiff text old ( 8777:dd43f1c9fa0a ) new ( 8788:2d403a6d7078 )
full compact
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'] == 'no':
34 Return()
35
36Source('kernel_stats.cc')
37Source('linux/events.cc')
38Source('linux/linux.cc')
39Source('linux/linux_syscalls.cc')
40Source('linux/printk.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')