summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-10-31 23:05:32 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-10-31 23:05:32 +0100
commit934c86cca457c939b69e2724ee97073f8c7486f6 (patch)
tree5bf6712a84d424275c5c41985b2f2c57ff9e1539 /Kconfig
parent3e5dce9f66c5b7df5cd51a43d08ae6b2c4266c85 (diff)
downloadembtoolkit-934c86cca457c939b69e2724ee97073f8c7486f6.tar.gz
embtoolkit-934c86cca457c939b69e2724ee97073f8c7486f6.tar.bz2
embtoolkit-934c86cca457c939b69e2724ee97073f8c7486f6.tar.xz
Build system: linux kernel build: libelf_host is needed when building linux kernel on mac os x
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
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"