mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 07:21:18 +01:00
Merge pull request #18717 from maribu/cpu/esp32/ESP32_SDK_DIR
cpu/esp32: move ESP32_SDK_DIR definition here
This commit is contained in:
commit
65d5d28e09
@ -1,6 +1,8 @@
|
||||
# ESP32x specific flashing options
|
||||
FLASH_CHIP = $(CPU_FAM)
|
||||
|
||||
export ESP32_SDK_DIR ?= $(PKGDIRBASE)/esp32_sdk
|
||||
|
||||
# Serial flasher config as used by the ESP-IDF, be careful when overriding them.
|
||||
# They have to be exported to use same values in subsequent makefiles.
|
||||
ifeq (esp32,$(CPU_FAM))
|
||||
|
||||
@ -1,3 +1 @@
|
||||
export ESP32_SDK_DIR ?= $(PKGDIRBASE)/esp32_sdk
|
||||
|
||||
PSEUDOMODULES += esp32_sdk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user