Jakub Czapiga has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/70298 )
Change subject: tests/Makefile.common: Remove unnecesary dependency to kconfig/conf ......................................................................
tests/Makefile.common: Remove unnecesary 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 --- M tests/Makefile.common 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/70298/1
diff --git a/tests/Makefile.common b/tests/Makefile.common index cda7bf5..b568e08 100644 --- a/tests/Makefile.common +++ b/tests/Makefile.common @@ -182,7 +182,7 @@ 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