systemc: Put systemc headers in the include path when supported.
authorGabe Black <gabeblack@google.com>
Thu, 8 Nov 2018 23:49:03 +0000 (15:49 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 19 Nov 2018 21:23:50 +0000 (21:23 +0000)
commitdb4953c82786870bcfe1bbe574e7fe7ef1f81367
treecdd89cedc964fcb109c5beb5c28fcfaa96ec6fa2
parent6c23320aa4db6ded42f019d2c833fd595f046a2d
systemc: Put systemc headers in the include path when supported.

When the native systemc API support is built in, put the systemc and
systemc.h header files in the include path so they can be used as
normal. We don't want any external systemc headers being included and
getting mixed in with our local ones.

Change-Id: I5fc01ff5f069cfadb7c19a9dead13e7ce7272976
Reviewed-on: https://gem5-review.googlesource.com/c/14397
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/SConscript [new file with mode: 0644]