Searched refs:pylibfdt (Results 1 – 3 of 3) sorted by relevance
21 $ PYTHONPATH=../pylibfdt python338 $ cd pylibfdt53 ./pylibfdt/setup.py install [--prefix=/path/to/install_dir]59 To install both libfdt and pylibfdt you can use:
171 target=pylibfdt; $(check_python_deps)279 PYLIBFDT_dir = pylibfdt281 include $(PYLIBFDT_dir)/Makefile.pylibfdt283 .PHONY: pylibfdt284 pylibfdt: $(PYLIBFDT_dir)/_libfdt.so target
21 if [ -f ../pylibfdt/_libfdt.so ] || [ -f ../pylibfdt/_libfdt.cpython-3*.so ]; then