diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-05-06 12:09:54 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-05-06 12:09:54 -0400 |
commit | 24715f50ac2f8e2473d5d8d2c0ad7a8346fecaa1 (patch) | |
tree | 560f1973efb141c2da4d946f73c80010f9f0895c /base/trace.hh | |
parent | 569cb477d498ec5fbe441bf9f84f71868233c5d8 (diff) | |
download | gem5-24715f50ac2f8e2473d5d8d2c0ad7a8346fecaa1.tar.xz |
add support for sticking generated files in the build directory
instead of with the source code. This will hopefully be especially
useful when we're generating dozens of files when we flesh out the
object description stuff.
remove generated files from the source tree. python is required
to build now.
base/trace.hh:
no need for the underscore in the name
base/traceflags.py:
clean up code
--HG--
extra : convert_revision : f68af8c3460eb7e73a1defaea3081a02ad7db33c
Diffstat (limited to 'base/trace.hh')
-rw-r--r-- | base/trace.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/trace.hh b/base/trace.hh index e49d7aa61..948bff548 100644 --- a/base/trace.hh +++ b/base/trace.hh @@ -43,7 +43,7 @@ #endif #endif -#include "base/trace_flags.hh" +#include "base/traceflags.hh" namespace Trace { |