diff --git a/CMakeLists.txt b/CMakeLists.txt index f98719553..f066bf4e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ install(DIRECTORY tcl/ DESTINATION ${pkgdatadir}/scripts) install(FILES contrib/60-openocd.rules DESTINATION ${pkgdatadir}/contrib) install(DIRECTORY contrib/libdcc DESTINATION ${pkgdatadir}/contrib) install(FILES tools/esp_detect_config.py DESTINATION ${pkgdatadir}/espressif/tools) +install(FILES tools/esp_problems_hints.yml DESTINATION ${pkgdatadir}/espressif/tools) install(FILES contrib/loaders/flash/espressif/esp32c6/inc/stub_flash_idf_binary_code.inc DESTINATION ${pkgdatadir}/espressif/stub_bins/esp32c6) install(FILES contrib/loaders/flash/espressif/esp32c6/inc/stub_flash_idf_binary_data.inc DESTINATION ${pkgdatadir}/espressif/stub_bins/esp32c6) install(FILES contrib/loaders/flash/espressif/esp32c6/stub_flash_idf_image.h DESTINATION ${pkgdatadir}/espressif/stub_bins/esp32c6) diff --git a/Makefile.am b/Makefile.am index e0dbf6676..7440fcfb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,8 @@ nobase_dist_pkgdata_DATA = \ esptoolsdir = $(pkgdatadir)/espressif/tools dist_esptools_DATA = \ - tools/esp_detect_config.py + tools/esp_detect_config.py \ + tools/esp_problems_hints.yml esp32c6stubsdir = $(pkgdatadir)/espressif/stub_bins/esp32c6 dist_esp32c6stubs_DATA = \