summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-28 11:27:18 +1300
committerSimon Glass <sjg@chromium.org>2021-04-06 16:33:10 +1200
commit4b5019e3e57222cfa12147b6fcbce321cd140aeb (patch)
tree795d67396e1b452f0b098ccbb9a918cf42e671a0 /scripts
parent90eba245a66aa20589404ba537215faf2012c1a3 (diff)
downloadu-boot-4b5019e3e57222cfa12147b6fcbce321cd140aeb.tar.gz
u-boot-4b5019e3e57222cfa12147b6fcbce321cd140aeb.tar.xz
u-boot-4b5019e3e57222cfa12147b6fcbce321cd140aeb.zip
dtc: Update the build rule for pylibfdt
Some versions of make complain about using a grouped target without a recipe: .../pylibfdt/Makefile:36: *** grouped targets must provide a recipe. Stop. Fix this by adding a dummy recipe. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dtc/pylibfdt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dtc/pylibfdt/Makefile b/scripts/dtc/pylibfdt/Makefile
index 4782dd45c6..493995e303 100644
--- a/scripts/dtc/pylibfdt/Makefile
+++ b/scripts/dtc/pylibfdt/Makefile
@@ -34,6 +34,7 @@ rebuild: $(src)/setup.py $(PYLIBFDT_srcs)
fi
$(obj)/_libfdt.so $(obj)/libfdt.py &: rebuild
+ @:
always += _libfdt.so libfdt.py