esp32/Makefile: Fix subst->patsubst in ESPIDF_BOOTLOADER_SUPPORT_O.
This commit is contained in:
parent
b29fae0c56
commit
50482cdc0c
@ -290,7 +290,7 @@ $(HEADER_BUILD)/qstrdefs.generated.h: $(SDKCONFIG_H) $(BOARD_DIR)/mpconfigboard.
|
||||
################################################################################
|
||||
# List of object files from the ESP32 IDF components
|
||||
|
||||
ESPIDF_BOOTLOADER_SUPPORT_O = $(subst .c,.o,\
|
||||
ESPIDF_BOOTLOADER_SUPPORT_O = $(patsubst %.c,%.o,\
|
||||
$(filter-out $(ESPCOMP)/bootloader_support/src/bootloader_init.c,\
|
||||
$(wildcard $(ESPCOMP)/bootloader_support/src/*.c)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user