mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
build: Always build the libfdt python module
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>
This commit is contained in:
parent
56acf018c1
commit
1905c8fc71
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ fit_check_sign-objs := $(dumpimage-mkimage-objs) fit_check_sign.o
|
||||||
|
|
||||||
# Build a libfdt Python module if swig is available
|
# Build a libfdt Python module if swig is available
|
||||||
# Use 'sudo apt-get install swig libpython-dev' to enable this
|
# 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)
|
$(if $(shell which swig 2> /dev/null),_libfdt.so)
|
||||||
_libfdt.so-sharedobjs += $(LIBFDT_OBJS)
|
_libfdt.so-sharedobjs += $(LIBFDT_OBJS)
|
||||||
libfdt:
|
libfdt:
|
||||||
|
|
Loading…
Reference in a new issue