mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-17 23:42:16 +01:00
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>
This commit is contained in:
parent
90eba245a6
commit
4b5019e3e5
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user