From dfafc5792a4bbab09112e3aefce9c5cc9f1a86da Mon Sep 17 00:00:00 2001 From: Matthew Poremba Date: Tue, 23 Jan 2024 18:47:01 -0800 Subject: [PATCH] arch-vega: Remove deleted instruction.cc from build (#801) Change-Id: I03073d35a0d36788dfe8309e6ed466d0a496e31e --- src/arch/amdgpu/vega/SConscript | 1 - 1 file changed, 1 deletion(-) diff --git a/src/arch/amdgpu/vega/SConscript b/src/arch/amdgpu/vega/SConscript index b7a28a8d6c..f40bac2a1e 100644 --- a/src/arch/amdgpu/vega/SConscript +++ b/src/arch/amdgpu/vega/SConscript @@ -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')