From b38bc2f8f5f7d45601bd069902cf2e27ce21418a Mon Sep 17 00:00:00 2001 From: Dmitry <> Date: Wed, 20 Nov 2019 10:20:58 +0300 Subject: [PATCH] s2 support for make build removed. --- components/ulp/Makefile.projbuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/ulp/Makefile.projbuild b/components/ulp/Makefile.projbuild index 5bbf454535..b8616c168a 100644 --- a/components/ulp/Makefile.projbuild +++ b/components/ulp/Makefile.projbuild @@ -1,8 +1,4 @@ -ifdef CONFIG_IDF_TARGET_ESP32S2BETA -ULP_BINUTILS_PREFIX ?= esp32s2ulp-elf- -else ULP_BINUTILS_PREFIX ?= esp32ulp-elf- -endif # export ULP_AS := $(ULP_BINUTILS_PREFIX)as export ULP_LD := $(ULP_BINUTILS_PREFIX)ld