From 74684a402a095d9c0a7fcf5079727adc2cbca8ab Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 11 Jan 2015 02:15:30 +0200 Subject: [PATCH] Set default vendor SDK to 0.9.4. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c55e2e0..4d033d1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ TOP = $(PWD) TOOLCHAIN = $(TOP)/xtensa-lx106-elf -VENDOR_SDK = 0.9.3 +VENDOR_SDK = 0.9.4 UNZIP = unzip -q -o