From 934c86cca457c939b69e2724ee97073f8c7486f6 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 31 Oct 2014 23:05:32 +0100 Subject: Build system: linux kernel build: libelf_host is needed when building linux kernel on mac os x Signed-off-by: Abdoulaye Walsimou Gaye --- Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index bb7f016..d71e627 100644 --- a/Kconfig +++ b/Kconfig @@ -86,6 +86,7 @@ endmenu if EMBTK_OS_LINUX config EMBTK_BUILD_LINUX_KERNEL bool "Build linux kernel image" + select EMBTK_HOST_HAVE_LIBELF if EMBTK_HOST_OS=macos if EMBTK_BUILD_LINUX_KERNEL source "core/kconfig/linux-kernel-build.kconfig" -- cgit v1.2.3