-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hal_stm32: rename HAS_STLIB in HAS_STM32LIB
Both modules ST and STM32 use the same HAS_STLIB Kconfig symbol. This is not coherent, so rename the one used in stm32 module as HAS_STM32LIB Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
add_subdirectory_ifdef(CONFIG_HAS_STM32CUBE stm32cube) | ||
add_subdirectory_ifdef(CONFIG_HAS_STLIB lib) | ||
add_subdirectory_ifdef(CONFIG_HAS_STM32LIB lib) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters