Fix libhal dependecy
Signed-off-by: Andrew Andrianov <andrew@ncrmnt.org>
This commit is contained in:
parent
85bac4d601
commit
cc7bd07866
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue