From 8153790d0004439f8e9d473da97699644234117b Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 13 Jan 2009 14:17:50 -0800 Subject: SCons: centralize the Dir() workaround for newer versions of scons. Scons bug id: 2006 M5 Bug id: 308 --- src/mem/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mem') diff --git a/src/mem/SConscript b/src/mem/SConscript index c181c88c6..0b0017f81 100644 --- a/src/mem/SConscript +++ b/src/mem/SConscript @@ -35,10 +35,6 @@ SimObject('Bus.py') SimObject('PhysicalMemory.py') SimObject('MemObject.py') -# Workaround for bug in SCons version > 0.97d20071212 -# Scons bug id: 2006 M5 Bug id: 308 -Dir('config') - Source('bridge.cc') Source('bus.cc') Source('dram.cc') -- cgit v1.2.3