kern: get rid of unused linux syscall files

This commit is contained in:
Steve Reinhardt
2014-07-18 22:05:51 -07:00
parent f5aace8300
commit e3de6950a4
3 changed files with 0 additions and 705 deletions

View File

@@ -36,7 +36,6 @@ if env['TARGET_ISA'] == 'null':
Source('kernel_stats.cc')
Source('linux/events.cc')
Source('linux/linux.cc')
Source('linux/linux_syscalls.cc')
Source('linux/printk.cc')
Source('operatingsystem.cc')
Source('system_events.cc')