SConscript (7544:90c5eb6a5e66) | SConscript (7780:42da07116e12) |
---|---|
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 --- 36 unchanged lines hidden (view full) --- 45Source('CacheMemory.cc') 46Source('MemoryControl.cc') 47Source('MemoryNode.cc') 48Source('PersistentTable.cc') 49Source('RubyPort.cc') 50Source('Sequencer.cc', Werror=False) 51Source('System.cc') 52Source('TimerTable.cc') | 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 --- 36 unchanged lines hidden (view full) --- 45Source('CacheMemory.cc') 46Source('MemoryControl.cc') 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') | |