Skip to content

Commit

Permalink
Kbuild: Fix link error for CONFIG_UBOUT and missing libz
Browse files Browse the repository at this point in the history
CONFIG_UBOOT needs libz [1]. So CONFIG_UBOUT mustn't be available when
HAVE_ZLIB=n.

[1] cf495e2

Reported-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
  • Loading branch information
joerg-krause authored and sbabic committed Oct 19, 2015
1 parent c346729 commit 5a5ef59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers/Config.in
Expand Up @@ -81,6 +81,7 @@ config HANDLER_IN_LUA

config UBOOT
bool "uboot"
depends on HAVE_ZLIB
default n
help
Enable it to change U-Boot environment
Expand Down

0 comments on commit 5a5ef59

Please sign in to comment.