Jakub Czapiga has uploaded this change for review.

View Change

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

To view, visit change 70298. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I578f3e1d9de63e91ded44746539265bcd55bf579
Gerrit-Change-Number: 70298
Gerrit-PatchSet: 1
Gerrit-Owner: Jakub Czapiga <jacz@semihalf.com>
Gerrit-MessageType: newchange