1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/esp32_sdk
NikLeberg 18dca48510 pkg/esp32_sdk: add requirements to PKG_PREPARE
The shared `build-libs` directory needs to be available for
modules/packages that depend on the SDK before that package
is eventually compiled.

This also includes header files such as `esp32_idf_version.h`.

Packages are downloaded, patched, prepared before any module
is compiled. By adding the directory creation and header as
a dependency of `PKG_PREPARE` we make sure the rules are ran
before compilation starts.
2022-01-30 19:59:35 +01:00
..
doc.txt pkg/esp32_sdk: add ESP32 SDK without libraries as package 2022-01-04 16:34:31 +01:00
Kconfig pkg/esp32_sdk: add ESP32 SDK without libraries as package 2022-01-04 16:34:31 +01:00
Makefile pkg/esp32_sdk: add requirements to PKG_PREPARE 2022-01-30 19:59:35 +01:00
Makefile.dep pkg/esp32_sdk: add ESP32 SDK without libraries as package 2022-01-04 16:34:31 +01:00
Makefile.include pkg/esp32_sdk: add ESP32 SDK without libraries as package 2022-01-04 16:34:31 +01:00