Kaydet (Commit) 26de5300 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 9d76eb68
......@@ -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