From cf1cfc991866b20c8d4244db4dbc1bd199060244 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Mon, 20 Mar 2017 14:52:03 -0400 Subject: [PATCH] Linux kernel depends on musl-cross (issue #130) --- modules/linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/linux b/modules/linux index 115a257..075d384 100644 --- a/modules/linux +++ b/modules/linux @@ -30,3 +30,6 @@ linux_target := \ KBUILD_BUILD_VERSION=0 \ -j $(MAKE_JOBS) \ bzImage + +# We cross compile linux now +linux_depends := $(musl_dep)