提交 4b5019e3 编写于 作者: S Simon Glass

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: NSimon Glass <sjg@chromium.org>
上级 90eba245
...@@ -34,6 +34,7 @@ rebuild: $(src)/setup.py $(PYLIBFDT_srcs) ...@@ -34,6 +34,7 @@ rebuild: $(src)/setup.py $(PYLIBFDT_srcs)
fi fi
$(obj)/_libfdt.so $(obj)/libfdt.py &: rebuild $(obj)/_libfdt.so $(obj)/libfdt.py &: rebuild
@:
always += _libfdt.so libfdt.py always += _libfdt.so libfdt.py
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册