Skip to content
Commit 9963890b authored by Stefan Agner's avatar Stefan Agner Committed by Simon Glass
Browse files

libfdt: fix build with Python 3



For some reason Python 3 seems to think it does not need to build
the library. Using the --force parameter makes sure that the library
gets built always. This is especially important since we move the
library in the next step of the Makefile, hence forcing a rebuild
every time the higher level Makefile triggers a rebuild is required
to make sure the library is always there.

Signed-off-by: default avatarStefan Agner <stefan.agner@toradex.com>
Acked-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 92688a09
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment