Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/13467
Change subject: dev: Include the platform base class even in NULL_ISA
builds.
......................................................................
dev: Include the platform base class even in NULL_ISA builds.
These classes don't have any ISA specific aspects.
Change-Id: Ifefb12d23e4aee8e3fd56f0a1eb3d9ad00e733a0
---
M src/dev/SConscript
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/dev/SConscript b/src/dev/SConscript
index c9526c2..ecb6dcc 100644
--- a/src/dev/SConscript
+++ b/src/dev/SConscript
@@ -39,17 +39,18 @@
DebugFlag('IsaFake')
DebugFlag('DMA')
+SimObject('Platform.py')
+Source('platform.cc')
+
if env['TARGET_ISA'] == 'null':
Return()
SimObject('BadDevice.py')
-SimObject('Platform.py')
Source('baddev.cc')
Source('intel_8254_timer.cc')
Source('mc146818.cc')
Source('pixelpump.cc')
-Source('platform.cc')
DebugFlag('Intel8254Timer')
DebugFlag('MC146818')
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/13467
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Ifefb12d23e4aee8e3fd56f0a1eb3d9ad00e733a0
Gerrit-Change-Number: 13467
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev