mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 11:03:11 +00:00
10 lines
640 B
Plaintext
10 lines
640 B
Plaintext
INPUT += \
|
|
$(PROJECT_PATH)/components/bt/include/esp32h2/include/esp_bt.h \
|
|
$(PROJECT_PATH)/components/bt/include/$(IDF_TARGET)/include/esp_bt_vs.h \
|
|
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_init.h \
|
|
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_cert_test.h \
|
|
$(PROJECT_PATH)/components/esp_tee/include/esp_tee.h \
|
|
$(PROJECT_PATH)/components/esp_tee/subproject/components/tee_sec_storage/include/esp_tee_sec_storage.h \
|
|
$(PROJECT_PATH)/components/esp_tee/subproject/components/tee_ota_ops/include/esp_tee_ota_ops.h \
|
|
$(PROJECT_PATH)/components/mbedtls/port/include/psa/initial_attestation.h \
|