From 93360eb080c576eea4bef7852d505b74bd22df75 Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Mon, 15 Jan 2024 15:15:05 +0000 Subject: [PATCH] conftest: Fix 'type' compile tests The Conftest Makefile was incorrectly updated changing variable NV_CONFTEST_TYPE_COMPILE_TESTS to NV_CONFTEST_TYPES_COMPILE_TESTS. Fix this by correcting the name. Bug 4346767 Change-Id: Ia34c076526a1ee6870301382e01bfdcc8cd550d3 Signed-off-by: Jon Hunter Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3053809 Tested-by: mobile promotions Reviewed-by: mobile promotions --- scripts/conftest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/conftest/Makefile b/scripts/conftest/Makefile index eb8f6b91..b7bcd378 100644 --- a/scripts/conftest/Makefile +++ b/scripts/conftest/Makefile @@ -180,7 +180,7 @@ $(eval $(call NV_GENERATE_COMPILE_TEST_HEADER,functions,$(NV_CONFTEST_FUNCTION_C $(eval $(call NV_GENERATE_COMPILE_TEST_HEADER,generic,$(NV_CONFTEST_GENERIC_COMPILE_TESTS))) $(eval $(call NV_GENERATE_COMPILE_TEST_HEADER,macros,$(NV_CONFTEST_MACRO_COMPILE_TESTS))) $(eval $(call NV_GENERATE_COMPILE_TEST_HEADER,symbols,$(NV_CONFTEST_SYMBOL_COMPILE_TESTS))) -$(eval $(call NV_GENERATE_COMPILE_TEST_HEADER,types,$(NV_CONFTEST_TYPES_COMPILE_TESTS))) +$(eval $(call NV_GENERATE_COMPILE_TEST_HEADER,types,$(NV_CONFTEST_TYPE_COMPILE_TESTS))) $(obj)/conftest/patches.h: $(NV_CONFTEST_SCRIPT) @mkdir -p $(obj)/conftest