From: Steve Reinhardt Date: Wed, 1 Jun 2005 21:14:42 +0000 (-0400) Subject: Get rid of obsolete simobj/SConscript X-Git-Tag: m5_1.0_tutorial~50 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3304da9270d4b40f445a5ca94c33d68cc52ccddf;p=gem5.git Get rid of obsolete simobj/SConscript --HG-- extra : convert_revision : 2f2a5e1702a5ad09d80362e25a895e6181b2117c --- diff --git a/SConscript b/SConscript index 7b5b2a970..ad4a974cc 100644 --- a/SConscript +++ b/SConscript @@ -408,7 +408,6 @@ env.Command(Split('''arch/alpha/decoder.cc # header files into a place where they can be found. SConscript('libelf/SConscript-local', exports = 'env', duplicate=0) SConscript('python/SConscript', exports = ['env'], duplicate=0) -SConscript('simobj/SConscript', exports = 'env', duplicate=0) # This function adds the specified sources to the given build # environment, and returns a list of all the corresponding SCons