Gabe Black has submitted this change and it was merged. ( 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
Reviewed-on: https://gem5-review.googlesource.com/c/13467
Reviewed-by: Andreas Sandberg <[email protected]>
Maintainer: Andreas Sandberg <[email protected]>
---
M src/dev/SConscript
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Andreas Sandberg: Looks good to me, approved; Looks good to me, approved



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: 3
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to