Revert "fix paths with ('s or spaces"

This reverts commit f7b3247deb.
This commit is contained in:
Jeff Epler 2022-04-09 08:49:26 -05:00
parent f7b3247deb
commit 3c70aa8845
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -310,7 +310,7 @@ $(BUILD)/lib/protomatter/src/core.o: CFLAGS += -DESP32
SRC_QSTR += $(SRC_C) $(SRC_SUPERVISOR) $(SRC_MOD) $(SRC_COMMON_HAL_EXPANDED) $(SRC_SHARED_MODULE_EXPANDED) SRC_QSTR += $(SRC_C) $(SRC_SUPERVISOR) $(SRC_MOD) $(SRC_COMMON_HAL_EXPANDED) $(SRC_SHARED_MODULE_EXPANDED)
# IDF build commands # IDF build commands
IDF_PATH = "$(realpath ./esp-idf)" IDF_PATH = $(realpath ./esp-idf)
# create the directory # create the directory
$(BUILD)/esp-idf: $(BUILD)/esp-idf:
$(Q)$(MKDIR) -p $@ $(Q)$(MKDIR) -p $@