From a28b5ae5567f02399a8c50825fa6d598d5528e39 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Fri, 10 Nov 2023 15:16:06 +0000 Subject: [PATCH] NVIDIA: SAUCE: arm64: config: Set local version of prod defconfig BugLink: https://bugs.launchpad.net/bugs/2072591 To differentiate the library from standard and prod build, use the local version config to set "-prod" in the prod library. CONFIG_LOCALVERSION="-prod" http://nvbugs/4346767 Signed-off-by: Laxman Dewangan Acked-by: Jacob Martin Acked-by: Noah Wager Signed-off-by: Noah Wager --- arch/arm64/configs/tegra_prod_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/tegra_prod_defconfig b/arch/arm64/configs/tegra_prod_defconfig index 832fe688cac0..6fc734bdf171 100644 --- a/arch/arm64/configs/tegra_prod_defconfig +++ b/arch/arm64/configs/tegra_prod_defconfig @@ -1,3 +1,4 @@ +CONFIG_LOCALVERSION="-prod" CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_AUDIT=y