KrasnikovEugene / wcn36xx

21 stars 16 forks source link

wcn36xx_msm: use KLIB_BUILD instead of KLIB #141

Closed silverjam closed 10 years ago

silverjam commented 10 years ago

If not building within the kernel tree, KLIB and KLIB_BUILD can point to different directories. Allow for this by conditionally configuring KLIB, and KLIB_BUILD if they haven't already been setup.

silverjam commented 10 years ago

Note, I can build with our "out of tree" build script (https://gist.github.com/silverjam/4f5a9e41803054ee1e98#file-build_backports) and CyanogenMod (https://gist.github.com/silverjam/688b0ece01f571028e36) using these changes.