mirror of https://gitlab.com/qemu-project/dtc.git
Correct typo: s/pylibgfdt/pylibfdt/
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
756ffc4f52
commit
6afd7d9688
2
Makefile
2
Makefile
|
@ -127,7 +127,7 @@ maybe_pylibfdt: FORCE
|
|||
if [ "$$can_build" = "yes" ]; then \
|
||||
$(MAKE) pylibfdt; \
|
||||
else \
|
||||
echo "## Skipping pylibgfdt (install python dev and swig to build)"; \
|
||||
echo "## Skipping pylibfdt (install python dev and swig to build)"; \
|
||||
fi
|
||||
|
||||
all: $(BIN) libfdt maybe_pylibfdt
|
||||
|
|
Loading…
Reference in New Issue