add compile flags to m5

This commit is contained in:
Nathan Binkert
2008-06-15 20:56:35 -07:00
parent b2036bfda8
commit 6dedc645f7
3 changed files with 64 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ SimObject('System.py')
SimObject('InstTracer.py')
Source('async.cc')
Source('compile_info.cc')
Source('core.cc')
Source('debug.cc')
Source('eventq.cc')