From 8a892fd85d94c733bbf184ff6df5d0ad5422be12 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 26 Mar 2017 13:06:18 -0600 Subject: pylibfdt: Allow building to be disabled Some build systems want to build python libraries separately from the rest of the build. Add a NO_PYTHON option to enable this. Signed-off-by: Simon Glass Signed-off-by: David Gibson --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 96d8486..d2323fd 100644 --- a/README +++ b/README @@ -50,6 +50,12 @@ If you add new features, please check code coverage: # Open 'htmlcov/index.html' in your browser +To disable building the python library, even if swig and Python are available, +use: + + make NO_PYTHON=1 + + More work remains to support all of libfdt, including access to numeric values. -- cgit v1.1