summaryrefslogtreecommitdiff
path: root/src/arch/hsail/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/hsail/SConscript')
-rw-r--r--src/arch/hsail/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/hsail/SConscript b/src/arch/hsail/SConscript
index 3455823a6..251c103fd 100644
--- a/src/arch/hsail/SConscript
+++ b/src/arch/hsail/SConscript
@@ -43,7 +43,6 @@ if env['TARGET_GPU_ISA'] == 'hsail':
env.Command(['insts/gen_decl.hh', 'gpu_decoder.cc', 'insts/gen_exec.cc'],
'gen.py', '$SOURCE $TARGETS')
- Source('generic_types.cc')
Source('gpu_decoder.cc')
Source('insts/branch.cc')
Source('insts/gen_exec.cc')