cpu: Apply the ARM TLB rework to the O3 checker CPU.
[gem5.git] / src / kern / SConscript
index eec8012a7bf50a8294e48b8b9a03aa926967e94b..d079cbe51341b9a513851f59fd3cac5523efb018 100644 (file)
 
 Import('*')
 
-if env['FULL_SYSTEM']:
-    Source('kernel_stats.cc')
-    Source('system_events.cc')
+if env['TARGET_ISA'] == 'null':
+    Return()
 
-    Source('linux/events.cc')
-    Source('linux/linux_syscalls.cc')
-    Source('linux/printk.cc')
+Source('kernel_stats.cc')
+Source('linux/events.cc')
+Source('linux/linux.cc')
+Source('linux/helpers.cc')
+Source('linux/printk.cc')
+Source('freebsd/events.cc')
+Source('operatingsystem.cc')
+Source('system_events.cc')
 
-    if env['TARGET_ISA'] == 'alpha':
-        Source('tru64/dump_mbuf.cc')
-        Source('tru64/printf.cc')
-        Source('tru64/tru64_events.cc')
-        Source('tru64/tru64_syscalls.cc')
+DebugFlag('DebugPrintf')
+DebugFlag('Printf')