mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / SConscript
index c35ba608a285cbdbfa8697fba9771770ce1cc237..6f20f54b1b682e1a306541ec2652b331f808aedd 100644 (file)
@@ -59,12 +59,12 @@ if env['TARGET_ISA'] == 'x86':
     Source('isa.cc')
     Source('linux/linux.cc')
     Source('linux/process.cc')
-    Source('linux/syscalls.cc')
     Source('linux/system.cc')
     Source('nativetrace.cc')
     Source('pagetable.cc')
     Source('pagetable_walker.cc')
     Source('process.cc')
+    Source('pseudo_inst.cc')
     Source('remote_gdb.cc')
     Source('stacktrace.cc')
     Source('system.cc')
@@ -307,7 +307,7 @@ if env['TARGET_ISA'] == 'x86':
 
 
     # Add in files generated by the ISA description.
-    isa_desc_files = env.ISADesc('isa/main.isa')
+    isa_desc_files = ISADesc('isa/main.isa')
     for f in isa_desc_files:
         # Add in python file dependencies that won't be caught otherwise
         for pyfile in python_files: