aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-03-17 16:14:30 -0600
committerDavid Gibson <david@gibson.dropbear.id.au>2017-03-21 16:21:58 +1100
commit50f2507016315e0b9499dd58876ffc1acf91cc5a (patch)
tree50111f461c8fa7ebfc8b9285c02b6ad1a0365791 /Makefile
parentcdbb2b6c7a3a5aabf6f942f1b5f5b1d997555b07 (diff)
downloaddtc-50f2507016315e0b9499dd58876ffc1acf91cc5a.zip
dtc-50f2507016315e0b9499dd58876ffc1acf91cc5a.tar.gz
dtc-50f2507016315e0b9499dd58876ffc1acf91cc5a.tar.bz2
Add an initial Python library for libfdt
Add Python bindings for a bare-bones set of libfdt functions. These allow navigating the tree and reading node names and properties. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c3f72e0..1b69f53 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
BISON = bison
LEX = flex
+SWIG = swig
INSTALL = /usr/bin/install
DESTDIR =