From 0f8f0620c3c570db91501189bd284db542945a2b Mon Sep 17 00:00:00 2001 From: Jisheng Zhang Date: Tue, 25 Jun 2024 23:46:35 +0800 Subject: [PATCH] [bsp][nxp] s/libraries/Libraries The upper/lower case matters under *nix --- bsp/nxp/mcx/mcxn/frdm-mcxn236/Kconfig | 2 +- bsp/nxp/mcx/mcxn/frdm-mcxn947/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/nxp/mcx/mcxn/frdm-mcxn236/Kconfig b/bsp/nxp/mcx/mcxn/frdm-mcxn236/Kconfig index eb5f8d1f59..4c5048b475 100644 --- a/bsp/nxp/mcx/mcxn/frdm-mcxn236/Kconfig +++ b/bsp/nxp/mcx/mcxn/frdm-mcxn236/Kconfig @@ -14,5 +14,5 @@ config SOC_MCX source "$(RTT_DIR)/Kconfig" osource "$PKGS_DIR/Kconfig" -rsource "../libraries/Kconfig" +rsource "../Libraries/Kconfig" rsource "board/Kconfig" diff --git a/bsp/nxp/mcx/mcxn/frdm-mcxn947/Kconfig b/bsp/nxp/mcx/mcxn/frdm-mcxn947/Kconfig index eb5f8d1f59..4c5048b475 100644 --- a/bsp/nxp/mcx/mcxn/frdm-mcxn947/Kconfig +++ b/bsp/nxp/mcx/mcxn/frdm-mcxn947/Kconfig @@ -14,5 +14,5 @@ config SOC_MCX source "$(RTT_DIR)/Kconfig" osource "$PKGS_DIR/Kconfig" -rsource "../libraries/Kconfig" +rsource "../Libraries/Kconfig" rsource "board/Kconfig"