Fix libhal dependecy
Signed-off-by: Andrew Andrianov <andrew@ncrmnt.org>
This commit is contained in:
parent
85bac4d601
commit
cc7bd07866
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ STANDALONE=y
|
|||||||
|
|
||||||
.PHONY: crosstool-NG toolchain libhal
|
.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
|
||||||
@echo "Xtensa toolchain is built, to use it:"
|
@echo "Xtensa toolchain is built, to use it:"
|
||||||
@echo
|
@echo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user