SConscript:
Remove efence option from automatically being used.
--HG--
extra : convert_revision : 466bb8077aa341db0b409720e2a73535b1fa6b69
7 lines
165 B
C++
7 lines
165 B
C++
|
|
#include "cpu/beta_cpu/alpha_dyn_inst.hh"
|
|
#include "cpu/beta_cpu/alpha_impl.hh"
|
|
#include "cpu/beta_cpu/fetch_impl.hh"
|
|
|
|
template class SimpleFetch<AlphaSimpleImpl>;
|