SConscript (7025:9adf5b0ccc79) SConscript (7544:90c5eb6a5e66)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The Hewlett-Packard Development Company
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

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

47Source('MemoryNode.cc')
48Source('PersistentTable.cc')
49Source('RubyPort.cc')
50Source('Sequencer.cc', Werror=False)
51Source('System.cc')
52Source('TimerTable.cc')
53
54TraceFlag('RubyCache')
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The Hewlett-Packard Development Company
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

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

47Source('MemoryNode.cc')
48Source('PersistentTable.cc')
49Source('RubyPort.cc')
50Source('Sequencer.cc', Werror=False)
51Source('System.cc')
52Source('TimerTable.cc')
53
54TraceFlag('RubyCache')
55TraceFlag('RubyDma')