[00:41] Found the problem preventing the GitKernelBuild instructions from working. I edited the instructions to include the hack/workaround that got make-kpkg working for me. There might be a better way to do it. [00:48] ai2097: installing kernel-package from debian will fix it too http://packages.debian.org/sid/kernel-package === andreas_ is now known as anoteng [01:17] Sarvatt: Ubuntu's version of that package is 12.033, the one from the link you provided is 12.036 -- so, Ubuntu's default repository is just out-of-date? That would've been nice to know before traipsing through the guts of that build. Oh well. That probably is the better way to do it, if it works. ;) === kancerman_ is now known as kancerman === andreas_ is now known as anoteng [20:13] Hello, I am working on a package that contains a couple of kernel modules, one of them only compiles for 32-bit machines, while the other compiles for both 32 & 64-bit, how can I add a check in the makefile to disable the 32-bit only module while building on 64-bit machine ? [20:19] nevermind, it is already handled in upstream Makefile