platform_external_dtc/pylibfdt
David Gibson 1e4a0928f3 pylibfdt: Don't have setup.py depend on where it's invoked from
Currently setup.py depends on being invoked from the right directory
(specifically it needs to be run from the root of the project).  That's a
bit confusing.

This updates setup.py to no longer depend on the invoking directory by
instead having it change directory to the location of the script itself,
then using internal paths relative to that.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-09-25 10:31:54 +10:00
..
.gitignore Add an initial Python library for libfdt 2017-03-21 16:21:58 +11:00
libfdt.i pylibfdt: Don't have setup.py depend on where it's invoked from 2018-09-25 10:31:54 +10:00
Makefile.pylibfdt pylibfdt: Don't have setup.py depend on where it's invoked from 2018-09-25 10:31:54 +10:00
setup.py pylibfdt: Don't have setup.py depend on where it's invoked from 2018-09-25 10:31:54 +10:00