gem5: only enable Gem5Listener.ah when building gem5
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1825 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
#ifndef __GEM5_LISTENER_AH__
|
#ifndef __GEM5_LISTENER_AH__
|
||||||
#define __GEM5_LISTENER_AH__
|
#define __GEM5_LISTENER_AH__
|
||||||
|
|
||||||
|
#include "config/VariantConfig.hpp"
|
||||||
|
|
||||||
|
#if defined(BUILD_GEM5)
|
||||||
|
|
||||||
#include "../SALInst.hpp"
|
#include "../SALInst.hpp"
|
||||||
|
|
||||||
#include "sim/system.hh"
|
#include "sim/system.hh"
|
||||||
@ -40,5 +44,5 @@ aspect Gem5Listener
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
#endif // __GEM5_LISTENER_AH__
|
#endif // __GEM5_LISTENER_AH__
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user