mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
12 lines
789 B
Plaintext
12 lines
789 B
Plaintext
INPUT += \
|
|
$(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_he_types.h \
|
|
$(PROJECT_PATH)/components/esp_wifi/include/esp_wifi_he.h \
|
|
$(PROJECT_PATH)/components/bt/include/esp32c6/include/esp_bt.h \
|
|
$(PROJECT_PATH)/components/bt/include/esp32c6/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_attestation/esp_tee_attestation.h \
|
|
$(PROJECT_PATH)/components/esp_tee/subproject/components/tee_ota_ops/include/esp_tee_ota_ops.h \
|