commit | 5ec17171dc328e5b10f461a15fd6578b594299ca | [log] [tgz] |
---|---|---|
author | Jianliang Shen <jianliang.shen@arm.com> | Mon Feb 20 15:10:44 2023 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Mon Apr 03 16:25:12 2023 +0800 |
tree | 8b0a69534734ae7a2aacaac226ad1184046dc8fd | |
parent | 0de293fe9bb94d7640c082f9cb5624170ede2f99 [diff] [blame] |
Kconfig: Add build type support Signed-off-by: Jianliang Shen <jianliang.shen@arm.com> Change-Id: Id66fb82d8f3f3e406111c86040cbaac8f2076bba
diff --git a/Kconfig b/Kconfig index 3f7049b..254db6e 100644 --- a/Kconfig +++ b/Kconfig
@@ -9,6 +9,7 @@ # Load platform Kconfig file if exists osource "$(PLATFORM_PATH)/Kconfig" +osource "$(TFM_SOURCE_DIR)/config/build_type/Kconfig.$(CMAKE_BUILD_TYPE)" ################################# System options ###############################