summaryrefslogtreecommitdiff
path: root/src/gpu-compute/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu-compute/SConscript')
-rw-r--r--src/gpu-compute/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gpu-compute/SConscript b/src/gpu-compute/SConscript
index 2de96df24..88c1cf036 100644
--- a/src/gpu-compute/SConscript
+++ b/src/gpu-compute/SConscript
@@ -89,6 +89,7 @@ DebugFlag('GPUPrefetch')
DebugFlag('GPUReg')
DebugFlag('GPUSync')
DebugFlag('GPUTLB')
+DebugFlag('GPUVRF')
DebugFlag('HSALoader')
DebugFlag('HSAIL')
DebugFlag('HSAILObject')
@@ -96,4 +97,5 @@ DebugFlag('Predictor')
DebugFlag('WavefrontStack')
CompoundFlag('GPUALL', ['GPUCoalescer', 'GPUDisp', 'GPUExec', 'GPUFetch',
- 'GPUMem', 'GPUPort', 'GPUSync', 'GPUTLB', 'HSAIL'])
+ 'GPUMem', 'GPUPort', 'GPUSync', 'GPUTLB', 'HSAIL',
+ 'GPUVRF'])