diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-07-23 13:11:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-23 13:11:33 -0700 |
| commit | 6a46fd5b91d92609cf33eb93f1c4e24632451d25 (patch) | |
| tree | 8739fcff562b2e776e273e2136ec768424c64de9 /ports/esp32s2/Makefile | |
| parent | bca89c260f578edce6b66a699ff22e0e28d8293f (diff) | |
| parent | cf0a4d208e71260b6f2796ba4f1f0edc36f2dc04 (diff) | |
Merge pull request #3185 from hierophect/esp32-pulseio
ESP32-S2: PWMOut
Diffstat (limited to 'ports/esp32s2/Makefile')
| -rw-r--r-- | ports/esp32s2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32s2/Makefile b/ports/esp32s2/Makefile index 29abcab8e..401a06a84 100644 --- a/ports/esp32s2/Makefile +++ b/ports/esp32s2/Makefile @@ -270,7 +270,7 @@ esp-idf-stamp: $(BUILD)/esp-idf/config/sdkconfig.h $(BUILD)/firmware.elf: $(OBJ) | esp-idf-stamp $(STEPECHO) "LINK $@" - $(Q)$(CC) -o $@ $(LDFLAGS) $^ $(ESP_IDF_COMPONENTS_EXPANDED) $(BINARY_BLOBS) build-$(BOARD)/esp-idf/esp-idf/newlib/libnewlib.a -u newlib_include_pthread_impl + $(Q)$(CC) -o $@ $(LDFLAGS) $^ $(ESP_IDF_COMPONENTS_EXPANDED) $(BINARY_BLOBS) build-$(BOARD)/esp-idf/esp-idf/newlib/libnewlib.a -u newlib_include_pthread_impl -Wl,--start-group $(LIBS) -Wl,--end-group # $(Q)$(SIZE) $@ | $(PYTHON3) $(TOP)/tools/build_memory_info.py $(BUILD)/esp-idf/esp-idf/esp32s2/esp32s2_out.ld $(BUILD)/circuitpython-firmware.bin: $(BUILD)/firmware.elf |
