Change-Id: Ie9c902819ed0750a04f8318911fa914701c2a0fe Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/56755 Maintainer: Gabe Black <gabe.black@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
16 lines
722 B
Plaintext
16 lines
722 B
Plaintext
Two symlinks have been deleted from this kconfig distribution because they
|
|
caused problems with git:
|
|
|
|
tests/symlink => sub/sub
|
|
examples/kconfiglib.py -> ../kconfiglib.py
|
|
|
|
To run kconfig's tests, you will likely need to recreate tests/symlink. To
|
|
run the examples, you will need to make sure kconfiglib.py is in the import
|
|
path, either by recreating examples/kconfiglib.py, or by adjusting the module
|
|
search path at the python level.
|
|
|
|
Also, to avoid adding unnecessary python files to the root of the module search
|
|
path, this change also moves kconfiglib.py into a directory called "import"
|
|
where it lives by itself. The examples/kconfiglib.py symlink would need to
|
|
point to the library in this new location, if recreated.
|