]> git.sur5r.net Git - u-boot/commitdiff
build: Always build the libfdt python module
authorEmmanuel Vadot <manu@bidouilliste.com>
Mon, 16 Jan 2017 07:07:15 +0000 (08:07 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jan 2017 20:38:03 +0000 (15:38 -0500)
Do not rely on CONFIG_SPL_OF_PLATDATA to build the libfdt python module.
If swig is present, this will be build

Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
tools/Makefile

index 5b81dde4b069f51b5eff170285faedfbe94bc06d..a609d058595b8584380a67902f13e175d77c2839 100644 (file)
@@ -111,7 +111,7 @@ fit_check_sign-objs   := $(dumpimage-mkimage-objs) fit_check_sign.o
 
 # Build a libfdt Python module if swig is available
 # Use 'sudo apt-get install swig libpython-dev' to enable this
-hostprogs-$(CONFIG_SPL_OF_PLATDATA) += \
+hostprogs-y += \
        $(if $(shell which swig 2> /dev/null),_libfdt.so)
 _libfdt.so-sharedobjs += $(LIBFDT_OBJS)
 libfdt: