diff options
author | Nathan Binkert <nate@binkert.org> | 2009-05-11 10:38:44 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-05-11 10:38:44 -0700 |
commit | 84a18e7fdc6106a04188254f940a0e987efe750c (patch) | |
tree | 0b07978ea8650e99755f24dd05d4dc5433f95b4d /src/mem/ruby/config/RubyConfig.hh | |
parent | b05da09cd69329b3fef33eefd8cbf835f7d6e2f8 (diff) | |
download | gem5-84a18e7fdc6106a04188254f940a0e987efe750c.tar.xz |
ruby: rename config.include to config.hh and clean up the macro stuff.
I did the macro cleanup because I was worried that the SCons scanner
would get confused. This code will hopefully go away soon anyway.
--HG--
rename : src/mem/ruby/config/config.include => src/mem/ruby/config/config.hh
Diffstat (limited to 'src/mem/ruby/config/RubyConfig.hh')
-rw-r--r-- | src/mem/ruby/config/RubyConfig.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/ruby/config/RubyConfig.hh b/src/mem/ruby/config/RubyConfig.hh index b2cc745bc..bb12d6426 100644 --- a/src/mem/ruby/config/RubyConfig.hh +++ b/src/mem/ruby/config/RubyConfig.hh @@ -41,7 +41,6 @@ #define RUBYCONFIG_H #include "Global.hh" -#define CONFIG_VAR_FILENAME "config.include" #include "vardecl.hh" #include "NodeID.hh" |