mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
s2 support for make build removed.
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
ifdef CONFIG_IDF_TARGET_ESP32S2BETA
|
|
||||||
ULP_BINUTILS_PREFIX ?= esp32s2ulp-elf-
|
|
||||||
else
|
|
||||||
ULP_BINUTILS_PREFIX ?= esp32ulp-elf-
|
ULP_BINUTILS_PREFIX ?= esp32ulp-elf-
|
||||||
endif
|
|
||||||
#
|
#
|
||||||
export ULP_AS := $(ULP_BINUTILS_PREFIX)as
|
export ULP_AS := $(ULP_BINUTILS_PREFIX)as
|
||||||
export ULP_LD := $(ULP_BINUTILS_PREFIX)ld
|
export ULP_LD := $(ULP_BINUTILS_PREFIX)ld
|
||||||
|
Reference in New Issue
Block a user