From cc7bd07866a2675ebded2bb684fb5233bda57a4b Mon Sep 17 00:00:00 2001 From: Andrew Andrianov Date: Wed, 19 Nov 2014 14:42:39 +0300 Subject: [PATCH] Fix libhal dependecy Signed-off-by: Andrew Andrianov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aad73d8..74fd08f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ STANDALONE=y .PHONY: crosstool-NG toolchain libhal -all: esptool .sdk_patch $(TOOLCHAIN)/lib/libhal.a $(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc +all: esptool .sdk_patch $(TOOLCHAIN)/xtensa-lx106-elf/sysroot/usr/lib/libhal.a $(TOOLCHAIN)/bin/xtensa-lx106-elf-gcc @echo @echo "Xtensa toolchain is built, to use it:" @echo