Home
last modified time | relevance | path

Searched refs:pylibfdt (Results 1 – 3 of 3) sorted by relevance

/external/dtc/
DREADME21 $ PYTHONPATH=../pylibfdt python3
38 $ cd pylibfdt
53 ./pylibfdt/setup.py install [--prefix=/path/to/install_dir]
59 To install both libfdt and pylibfdt you can use:
DMakefile171 target=pylibfdt; $(check_python_deps)
279 PYLIBFDT_dir = pylibfdt
281 include $(PYLIBFDT_dir)/Makefile.pylibfdt
283 .PHONY: pylibfdt
284 pylibfdt: $(PYLIBFDT_dir)/_libfdt.so target
/external/dtc/tests/
Drun_tests.sh21 if [ -f ../pylibfdt/_libfdt.so ] || [ -f ../pylibfdt/_libfdt.cpython-3*.so ]; then