X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=a0f3bfd2a52f5c4e7e52befe789406590e79efcb;hb=f0e0698cee4a6410a26bdb2fbee82cfd30f31785;hp=8d245bde5d7fbebd60c9a1ae6af74697fc857993;hpb=ec74f5f9c38ce8e21f4aa413427cfec6fe6fb8da;p=oweals%2Fu-boot.git diff --git a/Makefile b/Makefile index 8d245bde5d..a0f3bfd2a5 100644 --- a/Makefile +++ b/Makefile @@ -690,6 +690,7 @@ libs-y += drivers/usb/phy/ libs-y += drivers/usb/ulpi/ libs-y += cmd/ libs-y += common/ +libs-y += env/ libs-$(CONFIG_API) += api/ libs-$(CONFIG_HAS_POST) += post/ libs-y += test/ @@ -1378,7 +1379,7 @@ $(timestamp_h): $(srctree)/Makefile FORCE $(call filechk,timestamp.h) checkbinman: tools - @if ! ( echo 'import libfdt' | ( PYTHONPATH=tools python )); then \ + @if ! ( echo 'import libfdt' | ( PYTHONPATH=tools $(PYTHON) )); then \ echo >&2; \ echo >&2 '*** binman needs the Python libfdt library.'; \ echo >&2 '*** Either install it on your system, or try:'; \