summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJakub Czapiga <jacz@semihalf.com>2022-12-05 08:49:35 +0100
committerMartin L Roth <gaumless@gmail.com>2022-12-17 20:32:12 +0000
commitd190e0fa96cda9891ec0ae3ba163325704924129 (patch)
treec23f7e432a152399132925e8ef475a54eeff6e1c /tests
parentab0686109e6c4e65740665b0ee5d96d1a43db11e (diff)
downloadcoreboot-d190e0fa96cda9891ec0ae3ba163325704924129.tar.gz
coreboot-d190e0fa96cda9891ec0ae3ba163325704924129.tar.bz2
coreboot-d190e0fa96cda9891ec0ae3ba163325704924129.zip
tests/Makefile.common: Remove unnecessary dependency to kconfig/conf
Utility will be built while executing kconfig targets so it is not necessary to keep hard dependency on kconfig here. Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: I578f3e1d9de63e91ded44746539265bcd55bf579 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70298 Reviewed-by: Jan Dabros <jsd@semihalf.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.common b/tests/Makefile.common
index 8cb39a098821..e51d2530a278 100644
--- a/tests/Makefile.common
+++ b/tests/Makefile.common
@@ -184,7 +184,7 @@ $(TEST_KCONFIG_AUTOHEADER): TEST_KCONFIG_FLAGS := DOTCONFIG=$(TEST_DOTCONFIG) \
KCONFIG_TRISTATE=$(TEST_KCONFIG_TRISTATE) \
KBUILD_DEFCONFIG=$(TEST_DEFAULT_CONFIG)
-$(TEST_KCONFIG_AUTOHEADER): $(TEST_DOTCONFIG) $(objutil)/kconfig/conf
+$(TEST_KCONFIG_AUTOHEADER): $(TEST_DOTCONFIG)
mkdir -p $(dir $@)
$(MAKE) $(TEST_KCONFIG_FLAGS) olddefconfig
$(MAKE) $(TEST_KCONFIG_FLAGS) syncconfig