HomeSort by: relevance | last modified time | path
    Searched refs:pylibfdt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/dtc/dist/
Makefile 149 # We need both Python and swig to build/install pylibfdt.
160 echo "\#\# Skipping pylibfdt (install python dev and swig to build)"; \
165 target=pylibfdt; $(check_python_deps)
269 # Rules for pylibfdt
271 PYLIBFDT_dir = pylibfdt
273 include $(PYLIBFDT_dir)/Makefile.pylibfdt
275 .PHONY: pylibfdt
276 pylibfdt: $(PYLIBFDT_dir)/_libfdt.so
  /src/external/gpl2/dtc/dist/tests/
run_tests.sh 1007 # Test pylibfdt if the libfdt Python module is available.
1008 if [ -f ../pylibfdt/_libfdt.so ] || [ -f ../pylibfdt/_libfdt.cpython-3*.so ]; then
1009 TESTSETS="$TESTSETS pylibfdt"
1039 "pylibfdt")

Completed in 17 milliseconds