summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoris van Vossen <joris.van.vossen@sintecs.nl>2018-05-17 15:34:59 (GMT)
committerJoris van Vossen <joris.van.vossen@sintecs.nl>2018-05-17 15:34:59 (GMT)
commit4f6f24dd262af3de99af72125e576a290efe00ee (patch)
treed50c5b791df8c38fe7a3e630a2eac8ae9ece711c /tools
parentdc4e979c004c831f22d8e108f69da8ff23775af4 (diff)
downloadu-boot-4f6f24dd262af3de99af72125e576a290efe00ee.tar.xz
ubifs update and yocto build support
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 5db2a54..02f3a67 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -233,7 +233,7 @@ always := $(hostprogs-y)
# Build a libfdt Python module if swig is available
# Use 'sudo apt-get install swig libpython-dev' to enable this
-always += $(if $(shell which swig 2> /dev/null),_libfdt.so)
+# do not autodetect swig, there is no swig-native dependency always += $(if $(shell which swig 2> /dev/null),_libfdt.so)
# Generated LCD/video logo
LOGO_H = $(objtree)/include/bmp_logo.h