s2 support for make build removed.

This commit is contained in:
Dmitry
2019-11-20 10:20:58 +03:00
parent 845b2d1cfe
commit b38bc2f8f5

View File

@@ -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