Unverified Kaydet (Commit) 2425ffe0 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

kerneltools için bir hata gidermesi.

kernelin üst sürümlerinde çalışırken mrprober yapmadan defconf yapılamıyor dolayısıyla header dosyaları alınamıyor.
üst faf25abe
......@@ -285,6 +285,7 @@ def installLibcHeaders(excludes=None):
#######################Workaround ends here ...
# make defconfig and install the headers
autotools.make("mrproper")
autotools.make("{} defconfig".format(make_cmd))
autotools.rawInstall(make_cmd, "headers_install")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment