From 7b2deddbb0ef350e189fe42c025b07c943aedc4c Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 25 Jul 2019 15:49:52 -0600 Subject: Kconfig: Write tmp files into same directory as target files This removes the need for COREBOOT_BUILD_DIR in Kconfig. Since the original files will be replaced with the tmp file, the parent directory already needs to be writable. Before this change, the tmp files would be created in the CWD (src) if COREBOOT_BUILD_DIR was not specified. BUG=b:112267918 TEST=emerge-grunt coreboot and verified no tmp files were created in the src directory. Change-Id: Icdaf2ff3dd1ec98813b75ef55b96e38e1ca19ec7 Signed-off-by: Raul E Rangel Reviewed-on: https://review.coreboot.org/c/coreboot/+/34244 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- Documentation/getting_started/kconfig.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'Documentation/getting_started') diff --git a/Documentation/getting_started/kconfig.md b/Documentation/getting_started/kconfig.md index 852ca08bf9..ecdfe62d4a 100644 --- a/Documentation/getting_started/kconfig.md +++ b/Documentation/getting_started/kconfig.md @@ -73,9 +73,6 @@ These variables are typically set in the makefiles or on the make command line. These variables were added to Kconfig specifically for coreboot and are not included in the Linux version. -- COREBOOT_BUILD_DIR=path for temporary files. This is used by coreboot’s - abuild tool. - - KCONFIG_STRICT=value. Define to enable warnings as errors. This is enabled in coreboot, and should not be changed. -- cgit v1.2.3