Linux kernel depends on musl-cross (issue #130)

This commit is contained in:
Trammell Hudson 2017-03-20 14:52:03 -04:00
parent 936f6d6c9c
commit cf1cfc9918
Failed to extract signature

View File

@ -30,3 +30,6 @@ linux_target := \
KBUILD_BUILD_VERSION=0 \
-j $(MAKE_JOBS) \
bzImage
# We cross compile linux now
linux_depends := $(musl_dep)