mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
4207f41f91
This commit makes the following changes to (platform) makefiles: - Removes conditional source file inclusions in Makefiles and adopts the model where the source files themselves would add `#if` check for the config option (this is the model adopted in OpenThread core). - Defines `PLATFORM_SOURCES` to include all the sources files - Adds `PRETTY_FILES` to specify files for "make pretty-check" This commit also adds `PRETTY_FILES` in unit test makefile.