mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -04:00
Correct typo: s/pylibgfdt/pylibfdt/
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
756ffc4f52
commit
6afd7d9688
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -127,7 +127,7 @@ maybe_pylibfdt: FORCE
|
||||||
if [ "$$can_build" = "yes" ]; then \
|
if [ "$$can_build" = "yes" ]; then \
|
||||||
$(MAKE) pylibfdt; \
|
$(MAKE) pylibfdt; \
|
||||||
else \
|
else \
|
||||||
echo "## Skipping pylibgfdt (install python dev and swig to build)"; \
|
echo "## Skipping pylibfdt (install python dev and swig to build)"; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
all: $(BIN) libfdt maybe_pylibfdt
|
all: $(BIN) libfdt maybe_pylibfdt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue