diff options
Diffstat (limited to 'src/mem/cache/prefetch/SConscript')
-rw-r--r-- | src/mem/cache/prefetch/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/cache/prefetch/SConscript b/src/mem/cache/prefetch/SConscript index 5b653382a..0dae74e27 100644 --- a/src/mem/cache/prefetch/SConscript +++ b/src/mem/cache/prefetch/SConscript @@ -38,6 +38,7 @@ Source('bop.cc') Source('delta_correlating_prediction_tables.cc') Source('irregular_stream_buffer.cc') Source('indirect_memory.cc') +Source('pif.cc') Source('queued.cc') Source('sbooe.cc') Source('signature_path.cc') |