Revert "packages infra: add function to get a Kconfig option"

This reverts commit c28a28eed1. The
whole host-lzop optional dependency logic cannot work, since the
configuration file will only be known after the kernel sources are
extracted, if an internal kernel defconfig is used, which is quite
common.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2014-03-04 19:16:46 +01:00
parent 0dc7901b00
commit 371327f7b6
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ define KCONFIG_DISABLE_OPT
echo "# $(1) is not set" >> $(2)
endef
KCONFIG_GET_OPT = $(shell sed -e 's/^$(1)=//p' $(2))
# Helper functions to determine the name of a package and its
# directory from its makefile directory, using the $(MAKEFILE_LIST)
# variable provided by make. This is used by the *TARGETS macros to