arch-vega: Remove deleted instruction.cc from build (#801)

Change-Id: I03073d35a0d36788dfe8309e6ed466d0a496e31e
This commit is contained in:
Matthew Poremba
2024-01-23 18:47:01 -08:00
committed by GitHub
parent fea4106414
commit dfafc5792a

View File

@@ -51,7 +51,6 @@ DebugFlag('GPUPTWalker', 'Debug flag for GPU page table walker')
if env['CONF']['TARGET_GPU_ISA'] == 'vega':
Source('gpu_decoder.cc')
Source('insts/gpu_static_inst.cc')
Source('insts/instructions.cc')
Source('insts/op_encodings.cc')
Source('gpu_isa.cc')
Source('gpu_registers.cc')